Click here to Skip to main content
15,891,597 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I'm trying to create a program that uploads ordering tracking information. It uploads a template with variables the user sets, like an address for example, to a new page on a website. I'm struggling on how upload the details via FTP to the server. I'm new to this part of VB so if anybody could point me to a guide that would be very helpful as I've been trying to look for one but to no avail.
Posted
Comments
Sergey Alexandrovich Kryukov 18-Feb-15 12:01pm    
You did not provide any detail on what you are "struggling on", so it's hard to see what are your problems to give help with. What have you tried so far?
—SA

1 solution

All you need it this: https://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest%28v=vs.110%29.aspx[^].

If you have some more specific concerns, please read my comment to the question, the article I referenced in my comment, and perhaps your own question.

—SA
 
Share this answer
 
v2

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