Listing and Downloading Files Over SFTP with PHP and ssh2

Programming

While working on a project, I found myself having to download files using SFTP. This seemed like a fairly straightforward task and I thought PHP would surely have something that could help me along. A quick Google search provided me with ssh2_sftp to take a look at. I work in Micro$oft shop, so the ssh2… Read more »