in reply to Re^2: How to create zip on FTP server from client machine using perl
in thread How to create zip on FTP server from client machine using perl
I don't see a cmd method, but there is quot(CMD,[ARGS]), so perhaps something like:
$f->quot('7z', 'a', '-tzip', '07-Nov-201l\Documents.zip', '07-Nov-201l\Documents');
|
|---|