phpFTPMakePath ( dirPath ; host ; user ; password )
Creates directory(s) on a FTP server using the SmartPill PHP plug-in
Average rating: 4.1 (34 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)
Creates directory(s) on a FTP server using the SmartPill PHP plug-in.
If you need to create a path to a directory but aren't sure if the parent folders have been created, use this function to create the path all the way to your needed directory (call ftp_mkdir() directly if you know the parent directories are already created).
Requires the SmartPill PHP 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.