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 ?> 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
Archived
This topic is now archived and is closed to further replies.