curl-users
Re: Sending a file using FTPES
Date: Sat, 16 Jul 2011 08:33:46 +0800
You can schedule a FTP transfer via command line with a lot of tools like
for instance Python, R....
On Sat, Jul 16, 2011 at 2:21 AM, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Fri, 15 Jul 2011, SMITH Mick wrote:
>
> Here is the command I'm using on a windows cmd session...
>>
>>
>> curl -T test.txt -user MMOFTP:Pass123 -url staging.missionmode.com:4121-proxy proxy-ese.fr.world.delta:1080
>>
>
> Wow. Can I perhaps ask you to pay attention to details? All "long" options
> are written with _two_ dashes. It is --user, --url and --proxy. Also, curl
> works with URLs so you better specify the protocol part as well.
>
> Do you really want to do FTPS upload over a HTTP proxy?
>
> --
>
> / daniel.haxx.se
> ------------------------------**------------------------------**-------
> List admin: http://cool.haxx.se/list/**listinfo/curl-users<http://cool.haxx.se/list/listinfo/curl-users>
> FAQ: http://curl.haxx.se/docs/faq.**html<http://curl.haxx.se/docs/faq.html>
> Etiquette: http://curl.haxx.se/mail/**etiquette.html<http://curl.haxx.se/mail/etiquette.html>
>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-07-16