Page 1 of 1

Retrieve a file from https with command line

Posted: Tue Jul 26, 2011 8:54 pm
by rafinakar
Hello,

Can I retrieve a file thru Wget.exe Command Line from wing ftp - HTTPS configured?
can I login thru dos command, I want to make a batch file for automatic downloading for my HTTPS customers.
I'm testing right now the demo version for my company requirements...


Thanks in advance,
Rafi.

Re: Retrieve a file from https with command line

Posted: Wed Jul 27, 2011 3:17 am
by FTP
No, I think it is impossible, because Wing FTP Server is not a pure HTTP Server, you must login with the web client, then download the files. So I suggest you download files through FTP client.

Re: Retrieve a file from https with command line

Posted: Tue Aug 02, 2011 1:35 pm
by abruss
FTP wrote:No, I think it is impossible, because Wing FTP Server is not a pure HTTP Server, you must login with the web client, then download the files. So I suggest you download files through FTP client.
Ok how can one "download files through FTP client" when the server is https:// ?

Re: Retrieve a file from https with command line

Posted: Tue Aug 02, 2011 2:04 pm
by FTP
"download files through FTP client" just means downloading via FTP protocol, I guess wget support FTP protocol:
ftp://username:password@serverip/file" rel="nofollow