| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
FTP command problem
From: Ken Shmidheiser <kshmidheiser_at_alltel.net>
Date: Thu, 19 Feb 2004 16:59:24 -0500
I am trying to upload a file via FTP with cURL (Mac OS X 10.3.2
To log onto the server in another utility, I can plug in:
ftp://userName:password@ftp.myDomain.com/directory/subdirectory/
and see the subdirectory contents just fine.
In attempting to use cURL to upload a file named "test.txt", residing
http://curl.haxx.se/docs/readme.curl.html
which suggested:
USING PASSWORDS
FTP
To ftp files using name+passwd, include them in the URL like:
curl ftp://name:passwd@machine.domain:port/full/path/to/file
or specify them with the -u flag like
curl -u name:passwd ftp://machine.domain:port/full/path/to/file
Using those suggestions, I styled my command line-- without success--
curl -T
curl -T -u userName:password
curl -T -u userName:password ftp.myDomain.com/directory/subdirectory/
curl -T -u userName:password
curl -T -u userName:password
Every one these generates a server error message.
Will someone take pity on this poor soul and show me the error of my ways?
Best,
Ken
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info