i'm connected to an Ubuntu server via putty (ssh). i want to be able to upload files from my computer to the server. the file i'm trying to upload is a .zip file, so are there any restrictions for that? I'm using windows 7 OS. please help.
To copy the files you will need to first invoke the SCP, followed by the remote username@IP address, path to file. If you do not specify the path, it is assumed as default in this case which will be the user's home directory, this will be followed the path where the file will be stored locally.
4 Ways to Transfer Files From Windows to LinuxSecurely copy files via SSH. Windows to Linux file transfer with FTP. Share data using sync software. Use shared folders in your Linux virtual machine.
It depends your local operating system you are using.
If you are using Linux you can use the scp command line utility. For example you can run:
scp path/to/file/tomove user@host:path/to/file/topaste
You can use scp
line command to copy a file through ssh
scp /path/to/file username@a:/path/to/destination
Mode details here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With