Filemaker Insert URL vs. MBS Plugin's CURL functions
Our feature comparison:
Feature | Insert URL Script Step | MBS Filemaker Plugin |
---|---|---|
FTP and FTPS Protocols | Download | Download & Upload |
HTTP and HTTP Protocols | Download | Download & Upload |
File Protocol | Download | Download & Upload |
Verify Certificate and Host for SSL connections | no | yes |
Proxy Settings | no | yes |
SFTP Protocol (File Transfer over SSH) | no | yes |
FTP Directory Listings | yes | yes |
Delete File | no | yes |
Background transfers | no | yes |
Cookie support | no | yes |
Authentication (username/password for FTP/HTTP) | only within URL | yes |
Reuse same connection | no | yes |
Read/Write Data to file/variable | no | yes |
Fill and send forms | no | yes |
Use custom timeouts | no | yes |
Follow redirects | no | yes |
Speed limit / statistics | no | yes |
Show progress and cancel download | no | yes |
In our tests a ftp download using login/password worked with the insert URL script. Even ftp directory listings seem to work. Of course for advanced operations like renaming your file after upload or deleting a file, you need the plugin. Also if you want to follow redirects or you need to send special headers including cookie string.
Please don't hesitate to comment or inform us about things we forgot.