Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

i have created window application which is used to upload file through ftp.is it possible to use http or https instead of ftp?because during transfer if the connection failure occurs, ftp again transfer from the initial.

so i want to transfer file through http.is it possible?

My code:
Dim ftp As New FTPclient("ftp://122.183.243.48/", "u/n", "p/w")
instead of this how to pass using http?

i need help as soon as possible guys.
thanks in advance..
Posted
Updated 5-Nov-12 21:05pm
v4

1 solution

 
Share this answer
 
v2
Comments
jai_mca 6-Nov-12 3:20am    
In all the examples they pass the web address..my question was how to pass the above ip address(in old case that is ftp location)?
Sergey Alexandrovich Kryukov 6-Nov-12 10:06am    
I don't understand what do you miss. And -- not sure I understood you --- if you think you can mix FTP with HTTP, you are wrong. It could be either one or another. They are different protocol of the same (application) layer.
--SA
ExcelledProducts 6-Nov-12 13:25pm    
Sergey Alexandrovich Kryukov is absolutely right. You are smart man :)
Sergey Alexandrovich Kryukov 6-Nov-12 13:55pm    
Thank you for your support. Well, just a bit experienced, no more... :-)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900