dreamwest Posted March 12, 2008 Share Posted March 12, 2008 an I use this script as a ftp to ftp , server to server, file trandferer?? <?php # Connect to FTP server OPENHOST("ftp.myhost.com","myuser","mypass") # Go to /MyDir REMOTDIR("/MyDir") # Get all the files in the FTP server GETFILE("*.*",SUBDIRS) # Transfer finished, close the connection CLOSEHOST ?> Quote Link to comment https://forums.phpfreaks.com/topic/95740-ftp-to-ftp-server-to-server-file-trandferer/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.