add the microsoft internet transfer control to ur project
VB Code:
Inet1.URL = "ftp://ftp.myftpsite.com" 'url Inet1.UserName = "Anonymous" 'username Inet1.Password = "password" 'password DoEvents Inet1.Execute , "PUT C:\whatever\whatever.txt /dir/dir/whatever.txt" 'this is what actually puts the text in... the first filename 'is the local path, the second filename is the remote path Loop




Reply With Quote