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

Connect to a FTP server

Status
Not open for further replies.

Romanichine

Programmer
Apr 9, 2002
30
0
0
CA
Hi,

I need to create a page that connects to a FTP server, look if a file exists in a specific directory. If yes, download it and move it to a "moved" directory on the ftp server.

It has to be done using ASP or VB, but I haven't found a builtin function to do this.

Any ideas?

Thanks,
--
Roman
 
>> but I haven't found a builtin function to do this.

And you won't. If you want to use something like an ActiveX control to do it for you just google "ActiveX FTP" there must be a hundred of them by now.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top