Hi all! I realize everyone is winding down bigtime for the holiday, but if
you could just put your thinking cap back on for a quick second...
I am using PHP 4.9.9 in Windows 2008 server on IIS7; what I need is to be
able to upload files to a remote server using SFTP. I have googled my
frickin head off, and though I can find lots of dots and clues, I can't find
anything that allows me to connect those dots into an understanding of
exactly what I need to do to enable this ability in my environment.
Can someone who already understands the needed libraries and configuration
please, please give me this holiday gift and enlighten me? I would SO
appreciate it!
Currently, it appears to me that the way I need/want to go is to be able to
utilize SSH2, as in the following code snippet:
$conn = ssh2_connect('ftp.mysite.com');
ssh2_auth_password($conn, 'username', 'password');
ssh2_scp_send($conn, 'testfile.txt', '/staging/testfile.txt', 0644);
I would very much love to get my environment configured so that the snippet
above actually works.
Thank you very much in advance!
Doug Boude :0)
--
Our Web site: http://www.RefreshAustin.org/
You received this message because you are subscribed to the Google Groups
"Refresh Austin" group.
[ Posting ]
To post to this group, send email to [email protected]
Job-related postings should follow http://tr.im/refreshaustinjobspolicy
We do not accept job posts from recruiters.
[ Unsubscribe ]
To unsubscribe from this group, send email to
[email protected]
[ More Info ]
For more options, visit this group at
http://groups.google.com/group/Refresh-Austin