**Function:** Uploads files or folders to an FTP server.
**Author**: [Peter Dekkers](mailto:ftp_workflow@editkid.com)
**Input**: (Text) Files/folders or absolute paths to files as plain text arguments.
**Output**: (Text) Filenames of the uploaded files, prefixed by the entered Base URL.
**Notes**: New in this version: support for proxy servers and forced passive transfers. Warning: This action overwrites remote files without prompting. Includes three sample workflows.
**Updates**:
v1.4
- Fixed a bug with some servers with line endings being appended to filenames
Thanks Marcel Rivard!
v1.3 (skipped a version there, not sure why...)
- Fixed a recursion bug - Many thanks to Tom Davies!
