I have to write a script that will connect to a remove server using sftp and pull in specific files for processing. Currently I can get to the server by just using sftp myname@server. How can I open these files via php? Is the only way to use fopen with the PECL sftp, ssh2 modules? Thanks!