Re: tsNetUploadSync()

2024-01-03 Thread scott--- via use-livecode
with tsNetUploadSync() but with tsNetGetSync() which I was also calling (for some mysterious reason) though I didn’t need to. (I also didn’t need to understand why tsNetGetSync() was failing! I could just remove the code.) I’m not sure why I had so much trouble isolating that problem and I hope tha

Re: tsNetUploadSync()

2023-12-08 Thread matthias rebbe via use-livecode
Hi Scott, i just tested here with LC 9.6.10 and 10DP6 on a HostM account and also on a Synology FTP account in Rosetta mode and native on ARM64 I used FTP explicit as protocol. In all cases it was successful. My HostM account is on a server located in Germany at Hetzner, Your domain is on a ser

tsNetUploadSync()

2023-12-07 Thread scott--- via use-livecode
I have a project that uses the business version of tsNet to ftp a file onto a web server. (I’m using a Mac, the server is a shared one on hostm.) This works fine in LC 9.6.8 but fails in subsequent versions of LC 9.6.x as well as LC 10.0.0 (dp 6). I’m fairly ignorant of tsnet and file transfer p