Linux machines
[root@hostname~]#ftp
Eg: ftp 192.168.0.250
Eg: ftp Servername
ftp>
Options
ls --> List the contains of files and directory.
cd --> change directory
put --> to upload single file to FTP Server.
mput --> to upload multiple files to FTP Server.
get --> to download single file from FTP server.
mget --> to download multiple files from FTP Server.
bye --> to quit from FTP server.
Windows machines
Go to Start --> RUN --> Type CMD (Enter)
C:\>ftp
Eg: ftp 192.168.0.250
Eg: ftp Servername
ftp>
Options
ls --> List the contains of files and directory.
cd --> change directory
put --> to upload single file to FTP Server.
mput --> to upload multiple files to FTP Server.
get --> to download single file from FTP server.
mget --> to download multiple files from FTP Server.
bye --> to quit from FTP server.