I've written code to copy files from an FTP (intranet) to a networked
destination. it then verifies the transfer & sends me an email stating that
it was a success or failure.
however, the missing piece to this code is gaining access to the FTP site.
it requires a login & password.
any suggestions on how to write this code for FTP access?
Alex Dybenko - 02 Mar 2005 14:51 GMT
Search for FTP on www.mvps.org/access

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> I've written code to copy files from an FTP (intranet) to a networked
> destination. it then verifies the transfer & sends me an email stating
[quoted text clipped - 3 lines]
> it requires a login & password.
> any suggestions on how to write this code for FTP access?