how to download folder from some ftp server into your server home directory and give to that directory rights? (like all files in this directoy have all or non rights...) not using special libs if it is possible...
how to do such thing?
|
how to download folder from some ftp server into your server home directory and give to that directory rights? (like all files in this directoy have all or non rights...) not using special libs if it is possible... how to do such thing?
| |||
|
feedback
|
The FTP server must support passive mode (ref) and your web server must have To give rights use | |||||||||
feedback
|
|
I think you may want PHP's functions for FTP such as ftp_nlist and ftp_nb_get: http://www.w3schools.com/PHP/php_ref_ftp.asp I also found this resource which looks like a good tutorial as well as usable code: | |||
|
feedback
|