mergFTPD

mergFTPD adds an FTP daemon to your app allowing FTP client connections. Use mergFTPD to manage your app's files from your desktop version.

command mergFTPDStart pUsername,pPassword,[pRootDirectory]

Start the FTP daemon.

Parameters:

  • pUsername - The username required to connect via FTP
  • pPassword - The password required to connect via FTP
  • pRootDirectory - (optional with "" default) - The default directory is the app documents directory.

command mergFTPDStop

Stop the FTP daemon