Re: [Web-ftp] Re: New Web-FTP features?
Status: Beta
Brought to you by:
aball
From: Dan N. <dn...@al...> - 2004-03-05 23:00:38
|
In the last episode (Mar 05), Anthony R. J. Ball said: > That won't work... its for multiple files, so I somehow need to be > able to supply the filenames, and, for that matter, multiple files. > Tarring doesn't help because then you are still passing a tar file to > windows users... it is just compressed. You can still pass filenames to zip: "zip - file1.txt file2.txt file3.txt", for example. It'll write to stdout a zipfile with 3 files, all named correctly. -- Dan Nelson dn...@al... |