I need to FTP a file from one server to another. I already have to code for looking for the files, but once I find the files I need to FTP them.
I need some different ideas to complete this task.
Thanks,
kpoe
Printable View
I need to FTP a file from one server to another. I already have to code for looking for the files, but once I find the files I need to FTP them.
I need some different ideas to complete this task.
Thanks,
kpoe
How about saving them locally, then connect to the other server and uploading them?
they are already local, I have a vb app that runs on a schedule and I need to add this FTP function to it.
Kpoe