New services
Explore Plans
Mobile menu Close menu
EasyFTPEasyFTP

Upload File

This action will upload a file to a FTP, FTPS, or SFTP server.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
easyftp.upload_file
Filter code method
Easyftp.uploadFile.skip(string?: reason)
Runtime method
runAction("easyftp.upload_file", {})

Action fields

Connection Dropdown list

Label
Which FTP, FTPS, or SFTP server do you want to send the file?
Helper text
Slug
connection
Required
true
Can have default value
false

File URL Text input > File

Label
File URL
Helper text
Slug
file_url
Required
true
Can have default value
true
Filter code method
Easyftp.uploadFile.setFileUrl(string: fileUrl)

Folder path Text input > Other

Label
FTP Folder Path
Helper text
Slug
folder_path
Required
false
Can have default value
true
Filter code method
Easyftp.uploadFile.setFolderPath(string: folderPath)

Custom file name Text input > File name

Label
Custom File Name
Helper text
Slug
custom_file_name
Required
false
Can have default value
true
Filter code method
Easyftp.uploadFile.setCustomFileName(string: customFileName)

Custom file extension Text input > Other

Label
Custom File Extension
Helper text
Slug
custom_file_extension
Required
false
Can have default value
true
Filter code method
Easyftp.uploadFile.setCustomFileExtension(string: customFileExtension)

Overwrite Dropdown list

Label
Overwrite
Helper text
Slug
overwrite
Required
false
Can have default value
true
Filter code method
Easyftp.uploadFile.setOverwrite(string: overwrite)