Sftp - Alcatel-Lucent OmniSwitch 6250 Cli Reference Manual

Hide thumbs Also See for OmniSwitch 6250:
Table of Contents

Advertisement

File Management Commands

sftp

Starts an SFTP session. An SFTP session provides a secure file transfer method.
sftp {host_name | ip_address}
Syntax Definitions
host_name
ip_address
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
You must have a valid username and a password for the specified host.
If SFTP is not enabled, use the
You can establish up to 4 SFTP sessions from an OmniSwitch (when it acts as FTP Client) and up to 8
SFTP sessions towards an OmniSwitch (when it acts as FTP Server).
After logging in, SFTP commands are supported. They are defined in the following table:
cd path
lcd path
chmod mode path
help
get remote-path [local path] Download a file from the remote path to the local path.
lls [path]
ln oldpath newpath
symlink oldpath newpath
lmkdir path
lpwd
ls [path]
mkdir path
put local-path [remote-
path]
pwd
exit
OmniSwitch 6250 CLI Reference Guide
Specifies the host name for the SFTP session.
Specifies the IP address for the SFTP session.
ftp6
command to enable it.
Change remote path to 'path'.
Change local directory to 'path'.
Change permissions of file 'path' to 'mode'.
Display command help information.
Display local directory listing.
Creates a symbolic link (symlink) to the remote file.
Creates a symbolic link (symlink) to the remote file.
Create local directory.
Print local working directory.
Display remote directory listing.
Create remote directory.
Upload file.
Display remote working directory.
Quit the sftp mode.
November 2009
page 7-51

Advertisement

Table of Contents
loading

Table of Contents