Linux - How to transfer files between systems (such as Windows and Linux)

About

To transfer file from others system (such as windows) to a Linux server, you have several ways:

  • the use of the file protocol ftp or sftp. (See winscp as software)
  • with the help of Samba
  • from OEL Linux, you can also use the functionality “Connect to server”

Possibilties

ftp / sftp Windows Software

Many GUIs exist for windows platforms, that allow ftp manipulations to send files securely from a windows client to a linux ssh server.

  • winscp. Originally, SCP is a command line utility that can copy files (including recursive directories) from one ssh host to another.
  • filezilla

With Samba

Connect to server functionality

From OEL Linux:

Linux Oel Connect To Server





Discover More
Map Of Internet 1973
File Transfer - SCP (Secure Copy)

scp is build above a SSH. Scp permits to copy file locally but also remotely (between two computers). Scp is also a protocol. See Secure copy. Originally, SCP is a command line utility that can copy...



Share this page:
Follow us:
Task Runner