Script: Podio Files to FTP
Script:
- podio_files_to_ftp.pf
Function:
Copy files matching pattern from a Podio Item to an FTP server
Arguments:
- "podio_item_id" (integer)
- "pattern" (string - file pattern to match on like *.pdf)
- "conn_name" (string - name of (s)ftp connection)
- "directory" (string - directory to copy files to)
Returns:
- JSON array of file names copied
Try it out
GF Preview
The below is a mock representation of what the action should look like in GlobiFlow (with our Chrome Extension).
Capture Result of a Remote ProcFu Script
Header(s): |
***************************************
you@yourdomain.com
|
varname =
|
|
From URL: |
https://procfu.com/exe/podio_files_to_ftp.pf
|
POST Params: |
podio_item_id=[some token]&pattern=[some token]&conn_name=[some token]&directory=[some token]
|
If you do not have our Chrome Extension, the step should look something like this (click on "Headers" to show value).
Capture Result of a Remote POST or GET
Header(s): | |
Follow Redirects: | |
varname =
|
|
From URL: | |
POST Params: |
podio_item_id=[some token]&pattern=[some token]&conn_name=[some token]&directory=[some token]
|