
FTP via VB to an FTP Server
There are stacks of ways to implement FTP from VB but most are total
overkill. FTP is very easy to scipt to. You can shell to FTP with a -s on
the command line to tell the ftp exe program to run with a text file full of
its instructions written at run time. This is the simplest method of all.
A superb example of FTP with the HTTP protocols exists at www.15seconds.com
in the Articles section.
John Timney (MVP)
Quote:
>Is there a way to programmatically use ftp to send files from a pc to an
>FTP Server