Tag: PHP

PHP + SFTP : How to connect SFTP Server using PHP (WAMP)? (upload or download files)

In one of my project, we came to the situation where needed to move/copy and download files to/from SFTP (SSH File Transfer Protocol or Secure File Transfer Protocol) server. That was first time when we were worked with SFTP server, So we started with google and after some trial & error we found that its simple … Continue reading PHP + SFTP : How to connect SFTP Server using PHP (WAMP)? (upload or download files)

PHP + SSH2 : How to enable SSH2 extension in PHP (WAMP)?

To connect SFTP (SSH File Transfer Protocol or Secure File Transfer Protocol) server from PHP (WAMP SERVER), first we have to enable SSH2 extension which is not available (by default) with WAMP server. When I start with this, I got multiple solutions from google and it takes much time to find exact workable one. So … Continue reading PHP + SSH2 : How to enable SSH2 extension in PHP (WAMP)?