Automatic File Transfer via Modem

K

Thread Starter

Ken

I am designing a program to automatically transfer files via modem. I am trying to do it with Visual Basic using third party OCX controls.
I wonder if there are better ways than VB + PDQ*ocx (from Cresent Software) to implement?
Thanks
 
A

Alex Pavloff

Hrm. This depends heavily on your target platform, but couldn't you use the standard Microsoft TCP/IP dialup networking to establish the network connection, run a simple FTP server on one machine, and just use standard FTP stuff already present in VB?

Alex
 
I am also designing a program to automatically transfer files via modem. I am trying to do it with Visual Basic.
I wonder if there are better ways than VB to implement?...Do u have any idea feel free to mail me..
Thanks
lenin
[email protected]
 
Top