I can do it with the URL() interface of the internet library, but for some reason when I try to use libURLftpCommand for more fine grained control, I get no response.
Under MacOS within the livecode IDE, I can get the upload function to work fine. But it simply fails with no error when run under iOS
Code: Select all
log "uploadFlightFile: testing FTP server " & tSyncDestination & " with user " & tSyncUser
put libURLftpCommand("NOOP", tSyncDestination, tSyncUser, tSyncPass) into tFTPStatus
log "Server Check: " & tFTPStatus
Has anyone else seen any issues using the internet library?