Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP

Status
Not open for further replies.

cruzer330

Programmer
Nov 29, 2000
12
US
I just learned some FTP commands and used them in DOS. Is there a way I can automate these commands in Visual Basic. For example, transfering a file and checking to make sure that it doesn't exist already on the local computer, or other things such as that. If anybody has example code or provide helpful info. Thank you.
 
do visit the vb win32api forum.to do the above mentioned job win32 API is the answer.
 
lots of FTP examples at To do dos command, you could use the shell or shellexecute command.

Shell is a build-in vb function while shellexecute is an API call.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top