Saved Bookmarks
| 1. |
Solve : Upload from remote machine 2 remote machine? |
|
Answer» I was wondering how is it POSSIBLE to upload a file from a remote machine using a Remote machine, upload script and database? , i WANT to transfer files between WebserverA and WebserverB, WITHOUT using my system as the center of the connection.. they are both remote and i only have remote access to one of them. download.com/installsoftwares.exe --> mywebserver.cc/chmodedFolder/installsoftwares.exeYes, this is possible providing you've GOT shell access on the machine. You could telnet (ALTHOUGH I'd recommend SSH) to webserverA and then at that server prompt use a file transfer utility such as FTP to send a file from webserverA to webserverB. Of course if the file was not on WebserverA you'd need to upload the file to it before being able to move it across. |
|