|
|
Ftp connect to remote server - Linux
|
Views : 650
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
How to copy some contents from one server to another server using FTP command?
Consider that you have logged on to your server using your username and password.
Now log on to your remote server using FTP command.
$ ftp servername
$ ***password***
$ ls -> this command will list files and directories of remote server
$ lcd -> list local directories and files of local server.
$ mget files-name
-> this command will copy the specified file from remote server to your local.
$ mput xyz.txt
-> this command will copy the specified file from local to remote server.
|
|
By - RameshKumar, On - 2008-01-25 |
|
|
|