Hi Pat, > ... it did NOT display a progress message, even when I used a bogus filename > to make it wait 30 seconds before timing out. Bug?
I assume you are using 64 bit. If so, then no, it's not a bug: http://livedoc.4d.com/4Dv15/help/Title/en/page3838.html { Unsupported interface features With respect to OS X user interface specificities, the following features are not supported in the 64-bit version of 4D Internet Commands for OS X. Progress bar The 4D IC 64-bit version for OS X does not display a progress bar when executing time-consuming operations. The FTP_Progress FTP_Progress command is deprecated in the 64-bit version of OS X. When called in this environment, the command returns error -2201 (unimplemented feature). File selector dialog File selector dialog boxes cannot be displayed by the 4D IC 64-bit version plug-in for OS X. With this version, localPath or hostPath parameters are mandatory and must contain valid file paths; otherwise an error -2201 (unimplemented feature) is returned. This syntax concerns all commands that handle file names, including FTP, IMAP, MSG, POP, SMTP, and IT commands. If you want the user to select files from their computer, we recommend that you call 4D's built-in commands, such as Select document. } -Tim ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

