FTP in linux

Enter following commands
$ ftp
ftp> open
(to) www.yourdomain.com  [you an use ip address here]
Name (www.yourdomain.com) : [Your ftp username here]
Password : [Your password comes here]

If everything is ok then you are connected.

Now how tho work in ftp?
help          -          Get command list
get            -          Download a single file
mget         -          Download multiple file
put            -         Upload single file
mput         -         Upload multiple file
bye           -         Exit for ftp


1 comment: