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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a File on FTP Server Via VB

Status
Not open for further replies.

jfrost10

Programmer
Jun 3, 2001
2,004
CA
Hi guys,
Here's my complicated problem:
I want to be able to have my VB program access a database, collect a list of names for pending reports to be created, connect to an FTP server and create an empty files with the names retrieved from the DB.

Setting the names and stuff i can do, its just the FTP connection that I'm not sure how to accomplish with code.

Any ideas?

Thanks!

jack
 
Check out the Inet component to connect to a ftp .. that should do the trick! ..

/ola
 
Thanks for the response!
:)

Any tips on how i would work it though (can't find any documentation in the MSDN on the Inet component)?


Jack
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top