anonymous ftp

2013-01-21 Thread Ashby, Nick
I am using cURL on Linux and trying to both upload and download to different machines. I want to use the anonymous FTP. I have had success with using the command line curl -O ftp://anonymous@ipaddress/remotepath to receive files but I am having an issue going the other way. I have tried curl -T

Re: anonymous ftp

2013-01-21 Thread Dan Fandrich
On Mon, Jan 21, 2013 at 10:06:09AM -0500, Ashby, Nick wrote: I am using cURL on Linux and trying to both upload and download to different machines. I want to use the anonymous FTP. I have had success with using the command line curl –O ftp://anonymous@ipaddress/remotepath to receive files

Does libcurl support anonymous ftp server?

2012-11-06 Thread 陈淑华
I'm using libcurl to download and upload files from Linux ftp server. Now the server supports anonymous users. However when I tried to upload a file to it, I always get the same error code 25 and error message Failed FTP upload: 553. I even tried the command curl and got the same error code.