Jump to content

copy folder recursive using ftp


jason213123

Recommended Posts

hi,

i need copy a local folders and files to a ftp server

for example i call this:

 

copy ( $ftpserver, $user, $password , local path + file );

 

or copy ( $ftpserver, $user, $password , local path / folders / folder + file );

 

the script must see all sub dirs and creat the same struture for copy the file

that i need

 

any one know a script that can do that?

i have found this:

 

http://www.weberdev.com/get_example.php3?ExampleID=4798

 

but for some reason this don´t work for me.

 

thanks for your help

:)

 

Link to comment
https://forums.phpfreaks.com/topic/241200-copy-folder-recursive-using-ftp/
Share on other sites

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.