SFTP server handler commands
SFTP server handler mode provides the commands to create or modify an SFTP server handler that handles requests from SSH servers.
To enter the mode, use the global source-ssh-server command. To delete a handler, use the no source-ssh-server command.
While in this mode, use the commands in the following table to define the handler.
- To view the current configuration, use the show command.
- To restore default values, use the reset command.
- To exit this configuration mode without saving changes to the running configuration, use the cancel command.
- To exit this configuration mode and save changes to the running configuration, use the exit command.
| Command | Purpose |
|---|---|
| aaa-policy | This command assigns an AAA policy for SSH user authentication. |
| acl | This command associates an ACL with the SFTP server handler. |
| address | This command specifies the local address for the SFTP server handler. |
| admin-state | This command sets the administrative state for the configuration. |
| allow-backend-delete | This command indicates whether to allow requests to delete files on the server. |
| allow-backend-listings | This command indicates whether to allow directory listings on the remote server. |
| allow-backend-mkdir | This command indicates whether to allow requests to create directories on the remote server. |
| allow-backend-rename | This command indicates whether to allow requests to rename files and directories on the remote server. |
| allow-backend-rmdir | This command indicates whether to allow requests to delete directories on the remote server. |
| allow-backend-stat | This command indicates whether to allow requests to query file statistics on the remote server. |
| default-directory | This command specifies the working directory on the SFTP server. |
| filesystem | This command controls the file system type that is presented to the SFTP client. |
| host-private-key | This command manages private host keys for host authentication. |
| idle-timeout | This command specifies how long SFTP control connections can be idle before they time out. |
| persistent-filesystem-timeout | This command specifies the inactivity duration for a disconnected virtual persistent file system for the SFTP server handler. |
| port | This command specifies the monitored port for the SFTP server handler. |
| summary | This command specifies the brief, descriptive summary for the object instance. |
| user-auth | This command specifies which SSH user authentication methods to allow for client authentication by the SFTP server handler. |
| virtual-directory | This command creates a directory in the virtual file system on the FTP server for the SFTP server handler. |