FTP

FTP integration to download or upload files to a remote FTP server. Please note that FTP transfer is insecure. Please use it with care.

Utilities · FTP

Details

IDFTP
ProviderOpen Source
CategoryUtilities
From Version6.0.0
Docker Imagedemisto/python3:3.12.8.3296088
Supported ModulesAgentix XSIAM

README

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 Cortex

Parameter Required
Host True
Port False
Username False
Password False
Use system proxy settings False

Commands

You 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-ls


List all the files under the current folder.

Base Command

ftp-ls

Input

Argument Name Description Required
path The path to list. Optional

Context Output

There is no context output for this command.

ftp-put


Upload file to FTP server.

Base Command

ftp-put

Input

Argument 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 Output

There is no context output for this command.

ftp-get


Download file from FTP server.

Base Command

ftp-get

Input

Argument 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 Output

There is no context output for this command.

Configuration parameters

  • host — Host (required)
  • port — Port
  • credentials — Username
  • proxy — Use system proxy settings

Commands (3)

  • ftp-get

    Download file from FTP server.

  • ftp-ls

    List all the files under the current folder.

  • ftp-put

    Upload file to FTP server.

### Community Integration

No support or maintenance is provided by the author. Customers are encouraged to engage with the user community for questions and guidance at the [Cortex XSOAR Live Discussions](https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions).

It supports anonymous login. Please input anonymous as username and leave password empty.

Please be noted that FTP transfer is insecure. Please use it with care.