Script: FTP scandir
Script:
- ftp_scandir.pf
Function:
Get the directory listing from an FTP server
Arguments:
- "conn_name" (string - name of (s)ftp connection)
- "directory" (string - directory to list)
Returns:
- JSON array of files
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/ftp_scandir.pf
|
POST Params: |
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: |
conn_name=[some token]&directory=[some token]
|