Click here to Skip to main content
15,910,980 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
Comments
ExcelledProducts 6-Nov-12 8:04am    
You need a web host. And you need to be able to change your permissions in the public folder to who can upload, download, and edit in that folder. I suggest you stay with ftp because if you change permissions in the public folder your are 100% going to get hacked.

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