The moose likes Sockets and Internet Protocols and the fly likes Dialup networking and ftp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Dialup networking and ftp" Watch "Dialup networking and ftp" New topic
Author

Dialup networking and ftp

LN Madhavan
Greenhorn

Joined: Nov 19, 2001
Posts: 1
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
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.

------------------
JScape - Java Network Components www.jscape.com
Prasad Charasala
Ranch Hand

Joined: Nov 02, 2000
Posts: 67
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.


<B>Prasad</B>
 
IntelliJ Java IDE
 
subject: Dialup networking and ftp
 
Threads others viewed
delete using ftp protocol
Couldn't browse internet after connecting to ISP
Timing out stream reading
i am in trouble
Small Lan - Cost Free
MyEclipse, The Clear Choice