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
:)