1. Euphoria FTP client
- Posted by Daniel Berstein <danielberstein at USA.NET> Mar 24, 1998
- 824 views
I had success creating a (primitive) FTP client in Euphoria. I used wininet.dll routines for this task. I don't know if it's a Win95 standard file or is part of Iexplorer. During the day I'll email the code to Rob. Maybe some Win95 guru can help creating a beautiful GUI. Regards, Daniel Berstein.
2. Euphoria FTP client
- Posted by MORONI Maurizio <Maurizio.Moroni at OMNITEL.IT> Mar 26, 1998
- 814 views
Hi Daniel, I've tried your FTP client, but I had this message: "Couldn't find InternetAutodialHangup". Is just about me, or someone else had it ? Many thanks, Maurizio
3. Re: Euphoria FTP client
- Posted by Billy Phipps <bphipps at YAHOO.COM> Mar 26, 1998
- 796 views
I received the same message, is there an .e file or something that we could be missing. ---MORONI Maurizio <Maurizio.Moroni at OMNITEL.IT> wrote: > > Hi Daniel, > > I've tried your FTP client, but I had this message: "Couldn't find > InternetAutodialHangup". > > Is just about me, or someone else had it ? > > Many thanks, > > Maurizio > _________________________________________________________ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com
4. Re: Euphoria FTP client
- Posted by Daniel Berstein <danielberstein at USA.NET> Mar 27, 1998
- 763 views
>Hi Daniel, > >I've tried your FTP client, but I had this message: "Couldn't find >InternetAutodialHangup". > >Is just about me, or someone else had it ? > >Many thanks, I've got the same complain from Pete... just comment the following lines on ftp.e: --InternetAutodialHangup = link_c_func(wininet, -- "InternetAutodialHangup",{C_INT},C_INT) Regards, Daniel Berstein.
5. Re: Euphoria FTP client
- Posted by Michael Hensley <werfie at EROLS.COM> Mar 26, 1998
- 777 views
I get the same message.