Linux – How to move files from Windows to Linux using WinSCP

ftplinuxshellwindowswinscp

I have PuTTY and WinSCP, but WinSCP doesn't work in this case because I need to use a command cd ../public in order to enter the directory as I can't find it for some reason.

How would I use PuTTY or the command prompt to copy Windows files onto a Linux server? Would cat work in copying and pasting the file over?

Best Answer

Do you have physical access to both computers?  Can you “sneakernet” the files (i.e., copy them to some portable storage device, such as a flash drive, and carry it to the other machine)?

Related Question