On Wed, 14 Jul 2004 22:44:02 +0000, Baho Utot wrote:
> Conny wrote:
>
>
>> "Fva" <(E-Mail Removed)> skrev i meddelandet
>> news:cd3aij$jc7$(E-Mail Removed)...
>>> Hi, everybody,I want to use telnet client application to connect the
>>> ftp server and I know the default port of ftp server is 21 and the 20
>>> port is transmit port,but how can I transmit the data when I open the
>>> port 20? What can I do?
>>> How many procedure do I do?
>>> thanks!
>>>
>>>
>> Why telnet to FTP? Use a FTP client to connect to FTP.........?
Well to be fair telnet can be used to connect to many standard services, I
use it for email and web testing quite a lot for instance. It's very
useful when you want to know what's going on.
But it is only any good with services which use a single connection,
initiated by the client, using a plain text protocol. Which does not
include FTP, either active or passive. There is always a second connection
involved.
So you are right, use an FTP client. The command line one is quite
acceptable in all Linux distros I have encountered. If the OP wants to do
something special with FTP, well, the source is there
Regards, Ian