Simple SFTP
Simple SFTP Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.2.0 and later.
#
sftp-listdirList Directories SFTP command given directory path. Defaults to current directory upon sftp login.
#
Base Commandsftp-listdir
#
InputArgument Name | Description | Required |
---|---|---|
directory | The directory from which to list the all directories. Default is .. | Optional |
#
Context OutputThere is no context output for this command.
#
sftp-copyfromCopies contents of file specified from the sftp server and prints it to the war room
#
Base Commandsftp-copyfrom
#
InputArgument Name | Description | Required |
---|---|---|
filePath | Please provide file path as seen by the sftp user upon login. | Required |
returnFile | Defaults to False where text based file content will be printed. Please specify as True to download the file in case of non-text based files. Possible values are: True, False. Default is False. | Optional |
#
Context OutputThere is no context output for this command.