SSH Communications Security
Previous Next Up [Contents] [Index]

    About This Document>>
    Introduction to SSH Secure Shell >>
    Configuring SSH Secure Shell >>
    Authentication >>
    Log Messages >>
    Using SSH Secure Shell >>
        Using the Secure Shell Server Daemon (sshd2)>>
        Using the Secure Shell Client (ssh2)>>
        Using Secure Copy (scp2)
        Using Secure File Transfer (sftp2)
        Using Authentication Agent (ssh-agent2, ssh-add2)
    Tool Syntax>>
    Technical Specifications >>

Using Secure File Transfer (sftp2)

Sftp2 is an FTP-like client that works in a similar fashion to scp2. Just like scp2, sftp2 runs with normal user privileges and uses ssh2 for transport. Even though it functions like ftp, sftp2 does not use the FTP daemon or the FTP client for its connections. The sftp2 client can be used to connect to any host that is running the Secure Shell server daemon (sshd2).

The basic syntax for sftp2 is like this:

sftp2 [options] [user@]host

Note: As shown in the example above, in the normal case, you do not have to type sftp2. The installation process creates a symbolic link, sftp, that points to the actual sftp2 executable. sftp was not included in ssh1.

Actual usage of sftp2 is similar to the traditional ftp program.

The sftp2 command-line options and commands are documented in detail on the sftp2(1) manual page.

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2003 SSH Communications Security Corp.
All rights reserved.
Copyright Notice