Hi, I need to write a programme which can dialup and connect to a remote server using a isdn line from a client ftp files from that server to to the client (where the programme would reside), and when finished with ftping, it should automatically disconnect the dialup connection(to save cost on open isdn connection) I do have good development experience with multithreaded socket programming and file operation programming in java but I do not have a clue, as to, where to start, in terms of writing a code for dialling up a number, opening a connection over a isdn line and closing the connection on the isdn line. I shall be greatful, if somebody can throw light on this.
Van Glass
Ranch Hand
Joined: Nov 18, 2000
Posts: 110
posted
0
As far as API's are concerned I would look at the java.net package for doing your Ftp connection and look at the JTAPI (java.sun.com) suite for possibly establishing your dial-up connection.
Hi, I am using SerialIo package to connect to the remote host using dialup thru regular telephone line using modem. Look at http://www.serialio.com you need to purchase that package. Using that package you can connect remote system using modem and telephone line.