|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
FTP Between servers
Ok...this is driving me nuts!
I have an Access database where a user runs a macro and creates a file. Now, I need a script that will ftp this file from one server (ServerA) to another server (ServerB). If I issue the 'put' command, won't that try to send a file to the remote server from my local PC? How do I tell the ftp command to grab a file from one server and put it on another? |
|
#2
|
||||
|
||||
|
Yea, but wont it be running off of the machine with the Access database? If so, then that would be the local machine, and shouldnt be a problem.
__________________
Raid1 in XP Pro My open source projects: ------------------------ Blobber - Add images as blobs to SQL Server ------------------------ |
|
#3
|
||||
|
||||
|
what prevents your script from 'get'ting the file by connecting to one server and 'put'ting on the other server by connecting to the second server later?
If you really want to transfer between two FTP servers, it is possible, but they have to support it. See this thread http://forums.devshed.com/t248148/s.html
__________________
Nobody is perfect. I am Nobody. |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > FTP Between servers |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|