FTP Utilities.

Changelog

11 versions
v1.4.0 Latest
  • Added test() (Flow Test Mode) to triggers (NewFile).
v1.3.3
  • GetFileInfo now returns data for SFTP. Updated output properties to reflect either FTP or SFTP.
v1.3.1
  • Fix FTP authentication.
v1.3.0
  • Add option to authenticate with a private key when using SFTP.
v1.2.1
  • Fix DownloadFile component.
v1.2.0
  • Add handling of errors with status 550.
  • The 'notFound' port added to some components.
v1.1.4
  • Get file info fixed.
v1.1.3
  • New file fixed.
  • Port parameter fixed.
v1.1.2
  • GetFileInfo fixed.
v1.1.1
  • UploadFile tooltip enhanced, 553 error enhanced.
v1.1.0
  • Added SFTP support.

Authentication

TypeDetails
API Key
Host (text)
Host, default
Port (text)
Default 21. For SFTP the default is 22.
Username (text)
Username.
Password (password)
Password.
PrivateKey (textarea)
Private key; either use this or the password field. This only works with SFTP. PEM is the only supported format for keys that can be used.
Secure (text)
Default:

Triggers

1
New File icon

New File

Watch for new files and folders.

Actions

8
Create Directory icon

Create Directory

Create a directory.
Download File icon

Download File

Download file from a remote FTP or SFTP server.
Get File Info icon

Get File Info

Get metadata of a file.
List icon

List

List files and directories in the current working directory, or at path if specified.
Remove Directory icon

Remove Directory

Remove a directory.
Remove File icon

Remove File

Remove a file.
Upload File icon

Upload File

Upload file to a remote FTP or SFTP server.
Rename File icon

Rename File

Rename a file. Depending on the server you may also use this to move a file to another directory by providing full paths.