All requests | > | sftp file transfer using php | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Bob Squires - 6 days ago (2018-11-24)
0 | I want to transfer files from my local computer to a unix-based remote ftp server that requires secure transfer. |
0 | by Malik umer Farooq 50 - 3 hours ago (2018-12-01) Comment You can use this class to access sftp like that //creating the connection $ftp = new FTP('sftp.myserver.com', 'username', 'password',true); //then upload files //$ftp->put(array $files , $folder); //Default $folder is public_html $ftp->put(['login.php','signup.php'],'htdocs'); |
Recommend package | |
|