Thread

Posted on Tue Feb 5 13:33:06 2008 by roblewis
Net-SSH2 SCP_GET and SCP_PUT on Win32?
Hi, I'm new to Net-SSH2 so apologies if this is a dumb question.
Is there a known problem with SCP_GET and SCP_PUT on Windows? (I'm using Active Perl 5.8.8 build 822 on XP SP2)
Can anyone point me to sample code that works round using SCP_GET and SCP_PUT to do file transfers?
thanks,Rob
Direct Responses: 7050 | Write a response
Posted on Fri Feb 8 20:51:26 2008 by ncalsmitty1369 in response to 7020
Re: Net-SSH2 SCP_GET and SCP_PUT on Win32?
Do you have a SSH server running on the windows machine? I would think that a scp_(get,put) wouldn't work to a windows box without it. If the windows box is running some kind of secure ftp server then try and use sftp to do your file transfers. -M
Write a response