Client to telnet into server and then ftp to another server
- From: "Marlo" <marlojooste@xxxxxxxxx>
- Date: 8 Aug 2006 03:23:30 -0700
Hi
I am trying to write a java client that connects to a ftp server.
The trick is that the ftp server has a private IP and is sitting
behind a Telnet server with a public IP address.
How can I go about implementing this client? [I already have the ftp
client working.].
The idea is first to connect via telnet, then connect to the ftp server
and then download/upload files.
Can I use TelnetInputStream or what other sugesstions do you have?
Thanks,
Marlo
.
- Follow-Ups:
- Re: Client to telnet into server and then ftp to another server
- From: Gordon Beaton
- Re: Client to telnet into server and then ftp to another server
- From: Chris
- Re: Client to telnet into server and then ftp to another server
- Prev by Date: Re: arbitrary dimension array for math
- Next by Date: Re: how to close a stream in a try/catch block
- Previous by thread: Re: Intended uses of 1.5 atomics package
- Next by thread: Re: Client to telnet into server and then ftp to another server
- Index(es):
Relevant Pages
|