curl-users
Re: using wildcard to pull all files
Date: Mon, 4 May 2009 18:42:06 +0800
The function is to connect to the FTP Server, and Pull all files present in
the Server (files from a particular folder)
I expect to issue a command like MGET *.* but it doesn't work.
I will have to list the files and pass every filename as runtime parameter to
achieve pulling all files.
Even in that case, if any file with space in the file name has difficulty
pulling because command line arguments expect filename without space.
Regards
Siv
daniel_at_haxx.se
Sent by:
curl-users-bounces To
@cool.haxx.se curl-users_at_cool.haxx.se
cc
05/04/09 06:28 PM Subject
Re: using wildcard to pull all files
Please respond to
curl-users_at_cool.ha
xx.se
On Mon, 4 May 2009, Sergei Steshenko wrote:
>> require pulling all files from FTP Server using FTP over ssl
>> in unix environment. I could not use wildcard (*.*)
...
> I think TFTP, for example, doesn't even allow to get file list.
Right, but he actually mentioned FTP over ssl explicitly...
-- / daniel.haxx.se------------------------------------------------------------------- List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users FAQ: http://curl.haxx.se/docs/faq.html Etiquette: http://curl.haxx.se/mail/etiquette.html --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html