FileZilla tranfer files between linux and windows machine basic tutorial

22,599

You need to have a FTP server on the linux server to use filezilla with it. Alternately you can run filezilla server on the windows box, and use the CLI FTP software on the linux box to pull in files - that's quite overcomplex though.

However if its a linux server, arn't sure if the linux box has a STP server, and you have SSH access, you can use SFTP or SCP to transfer files over to it instead.I tend to prefer cyberduck (there's other ftp and SCP clients, but its the one i like the most).

      Client System +-----------------------> Server
   +-------------------------------+      +----------------------+
   |  Running FTP client           |      |   Running FTP server |
   |-------------------------------|      |----------------------|
   |                               |      |Needs account set up  |
   |  username                     |      |on FTP server         |
   |  password                     |      |                      |
   |  FTP server hostname/address  |      |                      |
   |  Needs port open      (21)    |      |                      |
   +-------------------------------+      +----------------------+
   +-----------------------------------+  +------------------------+
   | SFTP/SCP - Winscp or cyberduck    |  | Running SSH server     |
   |-----------------------------------|  |------------------------|
   | Needs account on server           |  |uses user account       |
   | Password                          |  |encrypted/secure        |
   | Account needs access to directory |  |                        |
   | needs port 22                     |  |                        |
   +-----------------------------------+  +------------------------+
Share:
22,599

Related videos on Youtube

bbaja42
Author by

bbaja42

Hi, it's me.

Updated on September 18, 2022

Comments

  • bbaja42
    bbaja42 over 1 year

    I have a Windows machine, from which I want to transfer files to a Linux machine. Can someone briefly explain to me how to I use FileZilla for that? Do I have to have server running on the Windows machine? How will they talk to each other? How do I connect them? I know this must be somewhere in the tutorials, but I am chasing a major deadline at work. Thanks

  • Sandro
    Sandro almost 13 years
    But FileZilla server only runs on Windows
  • Sandro
    Sandro almost 13 years
    I'm not familiar with how to setup a ftp server, but if you are going to try and transfer from one computer to another with a ftp client, then one computer (the remote one if one is remote) needs to be running ftp server software.