Tuesday, July 16, 2013

connect ftp via linux

You can also connect FTP via linux os,

Using 'ftp' command
[root@akwal ~]# ftp

ftp> open your source IP
ftp> open 172.16.0.1

It prompet for UserName and Password,

(Type correctly UserName and Password)

For viewing file, using "ls" command
ftp> ls

For getting file,
simply type file name using get command

ftp> yourFileName.Extension
e.g:
ftp> akwal.txt

It shows file successfully transferred.

For Quit, type Exit
ftp> exit,




0 comments: