Author | Topic: FTP dial up question | |
---|---|---|
Mike Grace | FTP dial up question on Wed, 02 Apr 2003 14:31:05 +0100 If I am using ASINET FTP on a machine that has a dial up connection, will it bring up the dialer automatically? Regards Mike | |
Anand Gupta | Re: FTP dial up question on Thu, 03 Apr 2003 12:48:50 +0530 Hi Mike I use Win API (RAS functions) to initiate auto-dialup sessions from my Xb++ applications. It was posted here only on NG long ago. If you can find, mail me offlist, will email you a copy. Anand "Mike Grace" <nospammikeg@computastat-group.co.uk> wrote in message news:3e8ae5a1$1@asgcom.alaska-software.com... > If I am using ASINET FTP on a machine that has a dial up connection, will it > bring up the dialer automatically? > > > Regards > > Mike > > | |
Terry Wolfe | Re: FTP dial up question on Thu, 03 Apr 2003 21:15:38 -0500 Anand, I have also been looking for this information (re. autodial functions). If you could send me any sample code, I would really appreciate it. TIA, Terry Wolfe "Anand Gupta" <agATcoralindia.com> wrote in message news:3e8be00d@asgcom.alaska-software.com... > Hi Mike > > I use Win API (RAS functions) to initiate auto-dialup sessions from my Xb++ > applications. > > It was posted here only on NG long ago. If you can find, mail me offlist, > will email you a copy. > > Anand > > > "Mike Grace" <nospammikeg@computastat-group.co.uk> wrote in message > news:3e8ae5a1$1@asgcom.alaska-software.com... > > If I am using ASINET FTP on a machine that has a dial up connection, will > it > > bring up the dialer automatically? > > > > > > Regards > > > > Mike > > > > > > | |
Anand Gupta | Re: FTP dial up question on Fri, 04 Apr 2003 12:00:04 +0530 Hi Terry Sending you via a private mail. Anand NB: The code was contributed here only, long ago. dunno by whoom "Terry Wolfe" <wolfes@frontiernet.net> wrote in message news:3e8ce9c9$1@asgcom.alaska-software.com... > Anand, > > I have also been looking for this information (re. autodial functions). If > you could send me any sample code, I would really appreciate it. > > TIA, <snip> | |
Brent Dubs | Re: FTP dial up question on Fri, 04 Apr 2003 09:55:11 -0600 Mike, We just set up a connection in windows under the control pannel and in "Network & Dial-up connections" then just call RASDAIL.EXE like: FUNCTION DialUp() LOCAL nError := RUNSHELL("sprint myuser mypassword", "rasdial.exe",.F.,.T.) RETURN nError == 0 You can just do a RASDIAL /? at a command shell and get more info on phonebook options, etc. -Brent Mike Grace wrote: > If I am using ASINET FTP on a machine that has a dial up connection, will it > bring up the dialer automatically? > > > Regards > > Mike > > | |
Mike Grace | Re: FTP dial up question on Mon, 07 Apr 2003 09:14:39 +0100 Thanks Brent, Regards Mike "Brent Dubs" <bdubs@vanityshops.com> wrote in message news:3E8DAADF.1070400@vanityshops.com... > Mike, > > We just set up a connection in windows under the control pannel and in > "Network & Dial-up connections" then just call RASDAIL.EXE like: > FUNCTION DialUp() > LOCAL nError := RUNSHELL("sprint myuser mypassword", > "rasdial.exe",.F.,.T.) > RETURN nError == 0 > > You can just do a RASDIAL /? at a command shell and get more info on > phonebook options, etc. > > -Brent > > > Mike Grace wrote: > > If I am using ASINET FTP on a machine that has a dial up connection, will it > > bring up the dialer automatically? > > > > > > Regards > > > > Mike > > > > > | |
Frank Petri | Re: FTP dial up question on Thu, 27 Nov 2003 19:11:06 +0100 Hello Brent, where to find RASDIAL.EXE on WIN 98? Can't find it on my machine. Thanks, Frank Petri Brent Dubs <bdubs@vanityshops.com> schrieb in im Newsbeitrag: 3E8DAADF.1070400@vanityshops.com... > Mike, > > We just set up a connection in windows under the control pannel and in > "Network & Dial-up connections" then just call RASDAIL.EXE like: > FUNCTION DialUp() > LOCAL nError := RUNSHELL("sprint myuser mypassword", > "rasdial.exe",.F.,.T.) > RETURN nError == 0 > > You can just do a RASDIAL /? at a command shell and get more info on > phonebook options, etc. > > -Brent > > > Mike Grace wrote: > > If I am using ASINET FTP on a machine that has a dial up connection, will it > > bring up the dialer automatically? > > > > > > Regards > > > > Mike > > > > > | |
João Pedro Machado de Sousa | Re: FTP dial up question on Fri, 28 Nov 2003 14:49:26 +0000 Hi Frank Win9X do not have Rasdial but you can download a free one from here http://www.freedownloadscenter.com/Network_and_Internet/Dial-up_Networking_ Dialers/RasDial95.html Very Best Regards João Pedro Machado de Sousa |