Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,727,735,322 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

FTP commands

   Also found in: Wikipedia 0.01 sec.

FTP commands

Following are some of the common FTP commands for manipulating files:

    Log in/out
    ftp domain_name   log in

      Example:  ftp ftp.mycompany.com

    quit, bye         log out



    Change Between ASCII and Binary Mode
    (ASCII is default, but graphics and
     programs requiry binary mode.)

    bin        binary transfer
    asc        ASCII transfer (default)


    File Transfer
     get       from remote to local
    mget       get multiple files on remote machine

     put       from local to remote
    mput       put multiple files on remote machine

    Examples:
     get story.doc
     put story.doc
     mget *.doc
     pget *.doc

     Note: when transferring multiple files, start
     ftp with the -i switch, to eliminate prompts
     for each file:  ftp -i domain_name



    Remote Directories
    ls     list files (simple)
    dir    list files (more details)
    cd     change directory (cd folderx)
    cd ..  go back one directory level
    mkdir  make a new directory (mkdir folderx)
    rmdir  remove directory     (rmdir folderx)
    pwd    print working directory; where am I?



    Local Directories
    lcd    change directory

      Example:  lcd \workdir


    lcd    jump to original directory

      Using lcd with no name takes you back
      to the directory you started from.



How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
Connect:Direct FTP+ runs "under the covers" by interpreting FTP commands and scripts and uses Connect:Direct to send the data to a designated server.
Firewall Support -- Marionet's ftp commands have been enhanced to support both passive and proxy ftp.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.