I have to upload and download files on FTP with HTTPS. If I am thinking right I have to use HTTPWebRequest class since the vendor is using HTTPS protocol. Their URL starts with HTTPS://sss.cc.com.
Now I'm trying to download a file but all the response stream I'm getting is just the "virtual user 'XXX' logged in".
May be I'm not setting correct method type or something else is going wrong.
I can't use FTPWebRequest as I do not have FTP url.
First of all what is "FTP over HTTPS". Is there any class which could supprt HTTPS protocol to upload files.
curiouskid
0 Points
1 Post
FTP over HTTPS
Nov 15, 2012 01:49 PM|LINK
I have to upload and download files on FTP with HTTPS. If I am thinking right I have to use HTTPWebRequest class since the vendor is using HTTPS protocol. Their URL starts with HTTPS://sss.cc.com.
Now I'm trying to download a file but all the response stream I'm getting is just the "virtual user 'XXX' logged in".
May be I'm not setting correct method type or something else is going wrong.
I can't use FTPWebRequest as I do not have FTP url.
First of all what is "FTP over HTTPS". Is there any class which could supprt HTTPS protocol to upload files.