Search found 2 matches

by dtillman
Tue Nov 18, 2008 10:55 pm
Forum: Mac OS
Topic: FTP calls broken on Standalone Executable!!!
Replies: 2
Views: 3764

Found inconsistentcy and solution

by importing the libURL button I managed to find the same problem with running the app in the IDE and the Runtime. That was step one. Step two was modifying my code from get URL myFTPURL to.. put URL myFTPURL into URL "file:foo.txt" It seems that the IDE auto-magically used the get URL and save that...
by dtillman
Mon Nov 17, 2008 4:17 am
Forum: Mac OS
Topic: FTP calls broken on Standalone Executable!!!
Replies: 2
Views: 3764

FTP calls broken on Standalone Executable!!!

I have tried this on TWO machines running OS X. OS X 10.4.x and 10.5.x. The App that I have written uses FTP to move files around to and from a server. The FTP/URL calls work great when I am in the IDE but it ABSOLUTELY FAILS when it is an EXECUTABLE under Mac and Windows. I have checked the Standal...