THE INFORMATION IN THIS ARTICLE APPLIES TO:
QUESTION
Which SFTP Commands are Supported by EFT Server?
ANSWER
Below is the list of SFTP commands that EFT Server supports. (Confirmed by GlobalSCAPE Engineers on 3-10-2010.)
For more information about these SFTP commands, refer to http://tools.ietf.org/html/draft-ietf-secsh-filexfer-02.
Command |
Description |
SSH_FXP_INIT |
Protocol Initialization |
SSH_FXP_REALPATH |
Canonicalizing the Server-Side Path Name |
SSH_FXP_OPENDIR |
Opening a Directory |
SSH_FXP_READDIR |
Reading Directories |
SSH_FXP_STAT |
Retrieving Attributes |
SSH_FXP_LSTAT |
Retrieving Attributes |
SSH_FXP_FSTAT |
Retrieving Attributes |
SSH_FXP_CLOSE |
Closing Handles |
SSH_FXP_OPEN |
Opening a File |
SSH_FXP_READ |
Reading Files |
SSH_FXP_WRITE |
Writing Files |
SSH_FXP_SETSTAT |
Setting File Attributes |
SSH_FXP_FSETSTAT |
Setting File Attributes |
SSH_FXP_REMOVE |
Removing Files |
SSH_FXP_MKDIR |
Creating Directories |
SSH_FXP_RMDIR |
Deleting Directories |
SSH_FXP_RENAME |
Renaming Files |