• ZIP FILES

    From Marco Boschi@21:1/5 to All on Thu Jul 21 00:55:40 2022
    Hi,
    I Have a lot of zip files created with in ths way

    ? HB_ZIPFILE( cZip , cFile , 9 , , , , .F. )

    Is it possible to add a password to an existing zip files?

    as if it had been created with this instruction

    ? HB_ZIPFILE( cZip , cFile , 9 , , , cPsw , .F. )

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From dlzc@21:1/5 to Marco Boschi on Thu Jul 21 10:15:35 2022
    Dear Marco Boschi:

    On Thursday, July 21, 2022 at 12:55:41 AM UTC-7, Marco Boschi wrote:
    Hi,
    I Have a lot of zip files created with in ths way

    ? HB_ZIPFILE( cZip , cFile , 9 , , , , .F. )

    Is it possible to add a password to an existing zip files?

    as if it had been created with this instruction

    ? HB_ZIPFILE( cZip , cFile , 9 , , , cPsw , .F. )

    You could of course just zip the existing zip file, and when you do apply the password. It won't get significantly larger. Just have to remember to unzip twice if you have to access.

    David A. Smith

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Enrico Maria Giordano@21:1/5 to All on Thu Jul 21 19:22:21 2022
    Il 21/07/2022 19:15, dlzc ha scritto:

    You could of course just zip the existing zip file, and when you do apply the password. It won't get significantly larger. Just have to remember to unzip twice if you have to access.

    Or unzip and zip again with password.

    EMG

    http://www.emagsoftware.it
    http://www.emagsoftware.it/emgmusic
    http://www.emagsoftware.it/spectrum
    http://www.emagsoftware.it/tbosg

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)