N NetworkTown.Net Account Closed Impact 2 97% 29 Feedback Feb 25, 2006 2K views 4 replies #1 Hi I want a script that can transfer all the files from a directory i from one server to another please post below thanks
Hi I want a script that can transfer all the files from a directory i from one server to another please post below thanks
Jim_ Established Member ★ 20 ★ Impact 33 100% 20 Feedback Feb 26, 2006 1 point #2 If you have FXP enabled, just use an fxp application like FlashFXP to do a server-to-server ftp transfer. There is also a php script that does this, but their mysql database seems to be broken. http://www.jazarsoft.com/product.php?pid=0090040006
If you have FXP enabled, just use an fxp application like FlashFXP to do a server-to-server ftp transfer. There is also a php script that does this, but their mysql database seems to be broken. http://www.jazarsoft.com/product.php?pid=0090040006
N NetworkTown.Net Account Closed Impact 2 97% 29 Feedback Feb 26, 2006 #3 could you explain what FXP is
Jim_ Established Member ★ 20 ★ Impact 33 100% 20 Feedback Feb 26, 2006 #4 http://en.wikipedia.org/wiki/File_eXchange_Protocol
S sacx13 Established Member ★ 15 ★ Impact 3 100% 8 Feedback Mar 30, 2006 #5 linux ? If is linux try scp scp -pr folder/ user@server2:/path/ Regards Adrian