FTP
FTP Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
FTP integration to download or upload files to a remote FTP server. Please note that FTP transfer is insecure. Please use it with care.
#
Configure FTP in CortexParameter | Required |
---|---|
Host | True |
Port | False |
Username | False |
Password | False |
Use system proxy settings | False |
#
CommandsYou can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
ftp-lsList all the files under the current folder.
#
Base Commandftp-ls
#
InputArgument Name | Description | Required |
---|---|---|
path | The path to list. | Optional |
#
Context OutputThere is no context output for this command.
#
ftp-putUpload file to FTP server.
#
Base Commandftp-put
#
InputArgument Name | Description | Required |
---|---|---|
entry_id | The Entry ID of the file to upload. | Required |
target | The target FTP server to upload the file to. | Required |
#
Context OutputThere is no context output for this command.
#
ftp-getDownload file from FTP server.
#
Base Commandftp-get
#
InputArgument Name | Description | Required |
---|---|---|
file_path | The path to the file to download from the FTP server. | Required |
file_name | The file name to download from the FTP server. | Required |
#
Context OutputThere is no context output for this command.