StoneWraith Posted March 9, 2012 Posted March 9, 2012 I'm trying to use SCP to copy the files from a Windows 7 machine to the pineapple, in a SSH session but I constantly get "No such file or directory" messages. The folder is shared with Everyone having FC on both the share and the folder. I've tried [email protected]\share\*.*, \\172.xx.xx.xx\share\*.*, 172.xx.xx.xx/share/* and so on... Does anyone have any suggestions besides not using a Windows box? Quote
Andrei0427 Posted March 9, 2012 Posted March 9, 2012 try using winSCP, its got a nice gui to it too ;) Good luck Quote
StoneWraith Posted March 9, 2012 Author Posted March 9, 2012 try using winSCP, its got a nice gui to it too ;) Good luck Yeah I saw that there were gui versions out there but I'm trying to get away from gui and hone my skillz on the command line. Plus that doesn't help me in the future on non-windows boxes. Appreciate the response though! :D Quote
barry99705 Posted March 9, 2012 Posted March 9, 2012 Well if you actually have scp on your windows box(it's not installed from the factory), the command would be identical from a linux box. scp files [email protected]:/www Quote
telot Posted March 9, 2012 Posted March 9, 2012 Well if you actually have scp on your windows box(it's not installed from the factory), the command would be identical from a linux box. scp files [email protected]:/www scp -r Folder [email protected]:/www/ for folders :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.