Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FTP client program

4 views
Skip to first unread message

dz...@terminus.umd.edu.uucp

unread,
Apr 12, 1987, 1:33:42 PM4/12/87
to
No doubt you will get many replies, but here's the info on how to listen
for a data connection.

The well know data port for FTP is port 20. You can change this by
issuing the PORT command to the host before you issue a STOR or
RETR. I forget the exact syntax for the PORT command, but it's in
the RFC.

example

user wants to stor data:

client: PORT x
server: {200,250} PORT command okay
client: listen on x
client: STOR foo
server: {150,125} Establishing connection {opens a tcp connection to port x}

If you want more info, I'll be glad to help.
Joe Herman

dz...@umd5.umd.edu

0 new messages