HalfMadDad wrote:
> I want to use a text editor in linux and I want to use a linux browser
> to download content rather then elinks.
Somewhere in your sentence you substituted linux for MINIX, but I cannot
find where exactly.
> I have vsftp set up and functioning on a linux box and I want to send
> and get files from it.
Okay, seems we are back on track: there is a FTP server out there (from
the MINIX point of view), and you want to use it; fine; just a pity we
need to guess the version of MINIX you are using...
> With minix's ftp command I am getting the error listed in the subject
> line. I am communicating with the ftp daemon as I receive the greeting
> message and I get a 230 login successful message.
As you explained above, your connection is working well, you are able to
log into the server etc. Then you issue unknown command, and the server
is replying with a transitory (4) error, about connection.
Since we are all about guessing, I'll guess you issued some command
which ask to transfer files, which in the non-passive FTP protocol would
need to open a new TCP connection on port 22; and for some reason that
connection failed to establish (could be firewall, resource shortage,
and a long list of other reasons, on both ends.)
> Could someone help me figure out where I am going wrong ?
Sorry, I cannot figure it, there are just too many possibilities.
Antoine