phpFTPUpload ( localPath ; remotePath ; transferMode ; host ; user ; p
Upload a file via FTP using the SmartPill PHP plug-in
Average rating: 4.0 (33 votes) Log in to vote
Mark DeNyse - Show more from this author
Driftwood Interactive http://DriftwoodInteractive.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Uploads a file to the specified FTP directory.
The file is always uploaded in PASSIVE mode. If you don't need this, comment out the call to ftp_pasv().
trasnferMode should usually be 2 (FTP_BINARY); pass 1 for (FTP_ASCII).
Requires the SmartPill PHP v1.5 plug-in from Scodigo.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.