cURL / Mailing Lists / curl-library / Single Mail

curl-library

Retrieving files using curl

From: manoj rs <ga2002_at_rediffmail.com>
Date: 12 Feb 2008 20:42:27 -0000

   Hi, I'm able to transfer files to remote server through FTPS using curl..But not able to retrieve files using curl. I have used this command to upload files and its working fine. curl -vk -u xxxxxx:xxxxxxx -T "/tmp/samplefile.txt" -Q "CWD /File_Listing" FTPS://111.111.111.12:990 I have used this command to retrieve files.but its not working.. curl -vk -u xxxxxx:xxxx FTPS://111.111.111.12:990/Directory/Errorfile -O "/tmp/ErrorFile" I need to retrieve some files from their test directory and put it in our tmp directory. Pls help me to solve this problem. Thanks jaya
Received on 2008-02-12