Re: Anyone using FTP_Receive under 64-bit? SOLVED

2018-09-21 Thread Jörg Knebel via 4D_Tech
I have to chime in here. > On 21 Sep 2018, at 15:31 AEST, Allan Udy via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Finally (after wasting a bucket load of time… I'll join the club > This is being reported to 4D as a bug. Thanks for that. > But, under 64-bit, localPath MUST be a

Re: Anyone using FTP_Receive under 64-bit? SOLVED

2018-09-21 Thread Keisuke Miyako via 4D_Tech
it is unfortunate, that the doc does not mention on all pages what is explained here: http://doc.4d.com/4Dv15/4D/15/4D-Internet-Commands-64-bit-version-for-OS-X.300-2048298.en.html quote: Unsupported interface features With respect to OS X user interface specificities, the following features

Anyone using FTP_Receive under 64-bit? SOLVED

2018-09-20 Thread Allan Udy via 4D_Tech
Hi all, One for the archives -- a month or so ago we noted we were having problems with the Internet Commands command FTP_Receive under 64-bit MacOS (v16R6 and earlier). I'm having a problem with Internet Commands FTP_Receive under 64-bit -- the command immediately returns a -2201 error and

Re: Anyone using FTP_Receive under 64-bit?

2018-08-16 Thread Randy Jaynes via 4D_Tech
Allan, Here is a zip file with 4 methods to send and receive using callbacks for optional debugging messages and using the progress bar component for the uploads and downloads. https://www.dropbox.com/s/ey2600zfie7o42i/cURL_FTP.zip?dl=0

Re: Anyone using FTP_Receive under 64-bit?

2018-08-15 Thread Allan Udy via 4D_Tech
Hi Randy, I'd greatly appreciate seeing a bit of example code that works. Many thanks. Randy Jaynes wrote on 16/08/18 9:25 AM: Yes it does. I have it implemented if you’d like a copy of the method I can email it directly to you. It’s fairly generic, but I can strip out the application

Re: Anyone using FTP_Receive under 64-bit?

2018-08-15 Thread Randy Jaynes via 4D_Tech
Yes it does. I have it implemented if you’d like a copy of the method I can email it directly to you. It’s fairly generic, but I can strip out the application specific stuff and comment it before sending. Randy -- Randy

Re: Anyone using FTP_Receive under 64-bit?

2018-08-15 Thread Keith Culotta via 4D_Tech
FTP_Receive used to show the progress of the download. That is no longer available, and I think throws an error if it's used. I think the cURL plugin shows the progress, or allows you to figure it out somehow. Keith - CDI > On Aug 15, 2018, at 4:10 PM, Allan Udy via 4D_Tech

Anyone using FTP_Receive under 64-bit?

2018-08-15 Thread Allan Udy via 4D_Tech
Hi all, I'm having a problem with Internet Commands FTP_Receive under 64-bit -- the command immediately returns a -2201 error and nothing is received (on Mac and Windows). Using 4D v16R6 32-bit, the code works fine and files can be received. Same code using v16R6 64-bit fails. The 64-bit