`
61party
  • 浏览: 1100872 次
  • 性别: Icon_minigender_2
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

Common FTP Commands

 
阅读更多

Basic FTP Commands

原文:http://www.cs.colostate.edu/helpdocs/ftp.html

Common FTP Commands

?asciibinarybyecdcloseclose brubeckdeletegetget ABC DEFget ABChelplcdlsmkdirmgetmget *mputopenopen brubeckputpwdquitrmdir
to request help or information about the FTP commands
to set the mode of file transfer to ASCII
(this is the default and transmits seven bits per character)
to set the mode of file transfer to binary
(the binary mode transmits all eight bits per byte and thus provides less chance of a transmission error and must be used to transmit files other than ASCII files)
to exit the FTP environment (same as quit)
to change directory on the remote machine
to terminate a connection with another computer
closes the current FTP connection with brubeck,
but still leaves you within the FTP environment.
to delete (remove) a file in the current remote directory (same as rm in UNIX)
to copy one file from the remote machine to the local machine
copies file ABC in the current remote directory to (or on top of) a file named DEF in your current local directory.
copies file ABC in the current remote directory to (or on top of) a file with the same name, ABC, in your current local directory.
to request a list of all available FTP commands
to change directory on your local machine (same as UNIX cd)
to list the names of the files in the current remote directory
to make a new directory within the current remote directory
to copy multiple files from the remote machine to the local machine;
you are prompted for a y/n answer before transferring each file
copies all the files in the current remote directory to your current local directory, using the same filenames. Notice the use of the wild card character, *.
to copy multiple files from the local machine to the remote machine;
you are prompted for a y/n answer before transferring each file
to open a connection with another computer
opens a new FTP connection with brubeck;
you must enter a username and password for a brubeck account
(unless it is to be an anonymous connection).
to copy one file from the local machine to the remote machine
to find out the pathname of the current directory on the remote machine
to exit the FTP environment (same as bye)
to to remove (delete) a directory in the current remote directory
分享到:
评论

相关推荐

    SWT(JFace) FTP客户端实现

    3. `org.eclipse.core.commands_3.4.0.I20080509-2000.jar` - Eclipse命令框架,用于处理用户操作。 4. `org.eclipse.core.runtime_3.4.0.v20080512.jar` - Eclipse运行时库,提供基础运行时服务。 5. `org.eclipse....

    sed-awk-2nd-edition.chm

    and FTP and contact information for obtaining various versions of awk. Also included is a miscellany of user-contributed scripts that demonstrate a wide range of sed and awk scripting styles and ...

    Learning Unix for OS X Mountain Lion

    #### The 10 Most Common Unix Commands 最常用的Unix命令包括:`cd`(切换目录)、`ls`(列出目录内容)、`mkdir`(创建目录)、`rm`(删除文件或目录)、`mv`(移动或重命名文件)、`cp`(复制文件)、`touch`...

    Midnight Commander Win32 port

    o Hotlist allows you to keep a list of common visited locations (including ftp sites). o Command completion: By pressing Alt-Tab in any place where a filename or an executable are expected, the ...

    Clever Internet Suite (SRC) v9.1.0.0

    All TCP-based server components (SMTP, POP3, IMAP4, FTP, etc.) - the new CharSet property allows you to specify the desired character encoding for received commands and server responses. All UDP-based...

    UE(官方下载)

    How to check your JavaScript source code for common mistakes without actually running the script or opening the web page Character properties at your fingertips Access the properties of a character ...

    Ubuntu The Complete Reference

    - **Common Shell Commands**: List of commonly used commands, their syntax, and examples of usage. - **Shell Scripting Basics**: Introduction to shell scripting, including variables, loops, ...

    SMF How To

    #### SMF Commands:SMF命令集 SMF提供了丰富的命令集,用以管理和操作服务。以下是一些常用SMF命令: - `svcs`:列出系统上所有已知的服务及其当前状态。 - `svccfg`:配置和修改服务清单,实现服务的定制化管理...

    2008年上半年网工下午题答案

    - 允许执行CGI程序:CGI (Common Gateway Interface) 是一种标准,使Web服务器能够执行服务器上的脚本,从而提供动态内容。 4. **NAT与访问控制** (对应第四题) - NAT(Network Address Translation)用于将私有...

    Linux学习笔记

    定义完成后,可以使用`USERS MAILSERVERS=(ALL) COMMANDS`这样的格式进行配置。 #### 三、密码策略 - 使用`chage -l username`来查看密码策略。 - 使用`chage username`来直接修改密码策略。 #### 四、LDAP协议 ...

    python3.6.5参考手册 chm

    Common Stumbling Blocks Print Is A Function Views And Iterators Instead Of Lists Ordering Comparisons Integers Text Vs. Data Instead Of Unicode Vs. 8-bit Overview Of Syntax Changes New Syntax ...

    计算机网络第六版答案

    An important property of such botnets is that the originator of the botnet can remotely control and issue commands to all the nodes in the botnet. Hence, it becomes possible for the attacker to issue...

    BURNINTEST--硬件检测工具

    PassMark BurnInTest V5.3 ...All Rights Reserved ... Overview ======== Passmark's BurnInTest is a software tool that allows all the major sub-systems of a computer to be simultaneously tested for reliability...

    php.ini-development

    ;;;;;;;;... 1.... 2.... 3.... 4.... 5.... 6.... The syntax of the file is extremely simple.... Section headers (e.g.... at runtime.... There is no name validation.... (e.g.... previously set variable or directive (e.g....

    vxworks_kernel_programmers_guide_6.9

    PART I: CORE TECHNOLOGIES 1 Overview ...................................................................................................... 3 1.1 Introduction ............................................

Global site tag (gtag.js) - Google Analytics