Skip to main content
Server path: /sftp-ftp | Type: Application | PCID required: Yes

Tools


sftp_ftp_copy_file

Copy a file on SFTP/FTP server Parameters:

sftp_ftp_create_directory

Create a directory on SFTP/FTP server Parameters:

sftp_ftp_delete_file

Delete a single file on SFTP/FTP server Parameters:

sftp_ftp_download_file

Download a file from SFTP/FTP server. IN WORKFLOWS: Files are automatically saved to Node Outputs - no manual save step needed. By default, automatically extracts text from supported document formats (PDF, DOCX, PPTX, XLSX) and includes it in the response. Text files (TXT, CSV) do not need extraction. NOTE: Streaming is not available for SFTP/FTP due to protocol limitations. Content is returned as base64. For large files (>5MB), consider transferring to cloud storage first. Parameters:

sftp_ftp_get_file_info

Get file information and check if a file exists on SFTP/FTP server Parameters:

sftp_ftp_list_directory

List files and directories in SFTP/FTP remote directory Parameters:

sftp_ftp_remove_directory

Remove a directory on SFTP/FTP server. By default removes the directory only when it is empty; set recursive=true to irreversibly delete the directory and all of its contents. Parameters:

sftp_ftp_rename_file

Rename or move a file on SFTP/FTP server Parameters:

sftp_ftp_upload_file

Upload a file to SFTP/FTP server from a URL Parameters: