Alcatel-Lucent 6850-48 Guida Di Riferimento

Pagina di 3444
File Management Commands
page 7-54
OmniSwitch CLI Reference Guide
September 2009
sftp6
Starts an SFTPv6 session. An SFTPv6 session provides a secure file transfer method.
sftp6 {host_name | ipv6_address} [if_name]
Syntax Definitions
host_name
Specifies the host name for the SFTPv6 session.
ipv6_address
Specifies the IPv6 address for the SFTPv6 session.
if_name
The name of the interface used to reach the SFTPv6 server, if the target 
has been specified using the link-local address.
Defaults
N/A 
Platforms Supported
OmniSwitch 6400, 6850, 6855, 9000, 9000E
Usage Guidelines
• You must have a valid username and a password for the specified host.
• A console or a telnet session can handle only one SSHv6 client session.
• If the session is invoked using the server’s link-local address, the source interface name must be 
provided.
• You can establish up to 4 SFTP6 sessions from an OmniSwitch (when it acts as FTP Client) and up to 
8 SFTP6 sessions towards an OmniSwitch (when it acts as FTP Server).
• At anytime, there can be only 4 SFTP sessions (including SFTPv4 or SFTPv6) to any SSH servers.
• After logging in, SFTPv6 commands are supported. They are defined in the following table:
cd path
Change remote path to ‘path’.
lcd path
Change local directory to ‘path’.
chmod mode path
Change permissions of file ‘path’ to ‘mode’. 
help
Display command help information.
get remote-path [local path]
Download a file from the remote path to the local path. 
lls [path]
Display local directory listing.
ln oldpath newpath
Creates a symbolic link (symlink) to the remote file.
symlink oldpath newpath
Creates a symbolic link (symlink) to the remote file.
lmkdir path
Create local directory.
lpwd
Print local working directory.
ls [path]
Display remote directory listing.