FTP Files from or To Server

Example Server: 200.1.54.64

- Open command prompt, type ftp 200.1.54.64
- Enter Username and Password
- type lcd "path in your descktop".E.g: "C:\"
- type cd "your sever directory".E.g: /home/script

If you want to get the files:

- Type get "file_name"
- If many files,type mget "file_name"
* If you dont want prompt message, type prompt off

If you want to put files:

- Type put "file_name"
- If many files,type mput "file_name"
* If you dont want prompt message, type prompt off

Hope it can help...

Find It