Linux client machine FileZilla FTP Client Part 4HARDWARE NETWORKING LINUX SOFTWAREIt Tech Technology

It Tech Technology

COMPUTER HARDWARE NETWORKING

Breaking

Home Top Ad

Post Top Ad

Wednesday, February 24, 2016

Linux client machine FileZilla FTP Client Part 4




Step-5: Now go to any Linux client machine & type the following command

[root@client ~]# ftp 210.207.201.7
Connected to 210.207.201.2.
220 (vsFTPd 2.0.5)
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (210.207.201.2:root): user1
331 Please specify the password.
Password:type the user1 password
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>

If you can successfully connect with ftp server with user name & password, then your Server is running properly. After a success full login you can disconnect from ftp server by using “bye” command:

ftp>bye

Step-6: Connecting ftp server with FileZilla

            FileZilla is a fast, reliable, and secure FTP/SFTP client that allows you to transfer files between Web sites and PCs running Windows.

After Installing FileZilla you will find it, StartProgram FileZilla FTP Client FileZilla. Open FileZilla, & the window will look like below.







To connect with ftp server put the Host name, Username with password then click Quickconnect button, after a successful login you will see the window as like below,







Look at the window below here you will find two section of file directory one is Remote Site which is the ftp server shared directory & another is Local Site which is your Local machine directory. Now drag & drop a file from Remote site to Local site.

Note: Download the latest FileZilla Software from http://filezilla.en.softonic.com/download



Post Bottom Ad