If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Can anyone help me with a routine to upload a file to an FTP server. I do not want to use any controls or plug ins or additional dll's, just, if there is a way, striaght vb script?
You should use ftp command in a batch file and use Windows Schedular to run that batch file. I am using this to transfer backup files from one server to the backup server within office network. It should work in Web Environment too.