Question
How I transfer local files using Putty to my remote server?
I am using nginx - Ubuntu, and I would like know how put local files into my remote server.
Example the directory of my local file:
C:\Users\Jonny\Desktop\Websitenw\Logo\image.png
Put in:
/usr/share/nginx/html/websitenw/images/
What is the command line in Putty?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
pscp sourcefilename userid@servername:/path/destinationfile_name.