Explore Plans
Mobile menu Close menu
EasyFTPEasyFTP

Modified File in Folder

This Trigger fires when any file is modified in the folder you specify.

Developer info

API endpoint slug
easyftp.modified_file_in_folder

Trigger fields

Uuid Nested dropdown list

Label
Which FTP/SFTP connection & folder do you want to watch for a new file?
Helper text
Create your FTP/SFTP connection & watched folder in under a minute at www.EasyFTP.io (get activity logging & more).
Slug
uuid
Required
true
Can have default value
false

Ingredients

FilenameThe name of the file with extension.

Slug
filename
Filter code
Easyftp.modifiedFileInFolder.Filename
Type
String
Example
your_file.csv

Filename no extThe name of the file without extension.

Slug
filename_no_ext
Filter code
Easyftp.modifiedFileInFolder.FilenameNoExt
Type
String
Example
your_file

File URLThe url of the file to use when connecting with another service.

Slug
file_url
Filter code
Easyftp.modifiedFileInFolder.FileUrl
Type
File URL
Example
https://www.easyftp.io/ifttt/file/12345.csv

Modified timeThe time the file was last modified on the server.

Slug
modified_time
Filter code
Easyftp.modifiedFileInFolder.ModifiedTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

SizeThe size of the file in bytes

Slug
size
Filter code
Easyftp.modifiedFileInFolder.Size
Type
String
Example
1000000