curl-users
Re: About Curl at windows command line [C1]
Date: Fri, 22 Jan 2010 16:22:00 -0500
You could try this if it's a secure FTPs site
Should return the file names of files in the Pickup folder:
CommandLine = "C:\curl\curl -v --no-sessionid --cacert C:\Curl\cacert.pem -u
xxxxxx:zzzzzzz ftps://inbound.server_name.com:20026/Pickup/"
where xxxxxx:zzzzzzz = UserName : Password
Port = 20026
Folder on the server = Pickup
If not secure. Regular FTP site
Should return the file names of files in the Pickup folder:
CommandLine = "C:\curl\curl -v --no-sessionid -u xxxxxx:zzzzzzz
ftp://inbound.server_name.com:20026/Pickup/"
where xxxxxx:zzzzzzz = UserName : Password
Port = 20026
Folder on the server = Pickup
Tom
----- Original Message -----
From: "Daniel Stenberg" <daniel_at_haxx.se>
To: "the curl tool" <curl-users_at_cool.haxx.se>
Sent: Wednesday, January 20, 2010 5:31 PM
Subject: Re: About Curl at windows command line [C1]
> On Wed, 20 Jan 2010, Cihan Tunalư wrote:
>
> > I am using curl with command line at windows system. I can download some
> > file from FTP over HTTP proxy but i just want to check a file at ftp
that is
> > exist or not. How can i do it with command line? Thank you very much...
>
> curl -I [URL] perhaps?
>
> --
>
> / daniel.haxx.se
----------------------------------------------------------------------------
---- > ------------------------------------------------------------------- > 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 > ------------------------------------------------------------------- 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.htmlReceived on 2010-01-22