Basic use of FTP commands in Windows

Source: Internet
Author: User
Tags ftp commands ftp file remote ftp server ftp client

I used to use the FTP client on the GUI and then use the dark doscommand. This is a bit difficult! Next we will operate in FTP command interaction mode!

Open{[Ftp_server_name_or_ip]} [port] -- creates a session and connects to the FTP server. The system prompts you to enter the user name and password to log on. In fact, you can create a connection without entering the user name and password, but is there something wrong with it ?!

User{[Username]} {[Password]} -- log on with username. The system will prompt you to enter the password.

Type{ASCII | binary} -- change the FTP transmission mode

Verbose, Bell, hash, debug, Trace, glob, and staus-- Set ftp usage habits and information output levels

LCD{Localpath | null} -- set the local working path or restore the default working path

PWD-- The current directory of the remote FTP Server

CD{Fulldirname} -- enter other FTP Directories

Dir{Dirpath} [locallistfile],Ls{Dirpath} [locallistfile] -- list remote directory information

Get{Fulpathfile} {[localfile]},Recv{File} {[localfile]} -- download an object

Put{Locafile} {[fullpahtfile]},Send{Locafile} {[fullpahtfile]} -- upload a file

Delete{Fullpahfile} -- delete an FTP File

Mkdir{Fulldirname}-- Create an FTP directory

Rmdir{Fulldirname}-- Delete the FTP directory

Close,Disconnect-- End session

Bype, quit --End session, exit ftp mode, return to system call

 

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.