Re: Uploading a file using FTP

2017-06-19 Thread Matthias Rebbe via use-livecode
Terry, thanks for the info. I thought it would be a good idea to change the variable names to be the same as in the dictionary before uploading the stack. Wasn´t that good. I have corrected the online stack also in case others are interested also. Regards, Matthia Matthias Rebbe +49 5741 3100

Re: Uploading a file using FTP

2017-06-18 Thread Terry Vogelaar via use-livecode
Matthias, thank you for your response. I do have an Indy licence. There were 2 minor typo’s in line 18 of the script of button “upload” that resulted in sending the wrong data. I changed it from: put URL ("binfile"& fld "ftp_file") into pData to: put URL ("binfile:"& fld "ftp_file") into pDat Now

Re: Uploading a file using FTP

2017-06-17 Thread Matthias Rebbe via use-livecode
Terry, are you using a commercial license of LC 8 / 9, Indy or business? If so, you could use tsNet external for your ftp uploader. See here for a sample stack which shows how to use tsNet external for uploading using FTP Unfortunately the number o