/upload-file-to-sftp-using-php

Script to upload file to sftp server using php without any library using cURL

Primary LanguagePHP

upload file to sftp using php

Script to upload file to sftp server with php without any library using cURL.

how to

it requires ssh2 extension, make sure you have enables ssh2 extension. then paste file name, sftp server, sftp username, sftp password, sftp port in index.php file and run.

Contributors