Jump to content

ftp to ftp , server to server, file trandferer??


dreamwest

Recommended Posts

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
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.