pcjr games

Software related questions
Brutman
Site Admin
Posts: 1331
Joined: Sat Jun 21, 2008 5:03 pm
Contact:

Re: pcjr games

Post by Brutman »

Did you flip the terms around?

"Active" means that the FTP server tries to connect back to the client machine to make new data connections.

"Passive" means that the FTP client initiates the connections.

If you can connect to the FTP server on the control port, then passive mode should work (assuming the router is doing all of the port forwarding.) If you use active mode then the FTP server tries to make the data connection to the client, but might have to fight to get through firewalls to the client. That usually doesn't go well.
Vorticon
Posts: 278
Joined: Fri Nov 27, 2009 6:25 am

Re: pcjr games

Post by Vorticon »

Nope. On the Android client, passive mode does not work, only active mode...
I saw that you tried connecting to the server recently. Were you able to list the directories?
Trixter
Posts: 720
Joined: Mon Sep 01, 2008 12:00 am
Location: Illinois, USA
Contact:

Re: pcjr games

Post by Trixter »

I just tried and couldn't connect; did you take it back down?

I don't really need the games, I just wanted to see what PCjr-compatible games you found worthy enough to keep around semi-permanently.
You're all insane and trying to steal my magic bag!
Vorticon
Posts: 278
Joined: Fri Nov 27, 2009 6:25 am

Re: pcjr games

Post by Vorticon »

Yes, I took it down because I am currently out of town. I'll put it back up on Tuesday footnote a few more days.
Vorticon
Posts: 278
Joined: Fri Nov 27, 2009 6:25 am

Re: pcjr games

Post by Vorticon »

OK it's back up now, but I changed the port. You should be able to connect to it at the following address: ftp://98.227.142.52:2021/
I'll keep it running for a few days.
PS: Chrome seems to have a problem with that address. Firefox and IE work fine however.
Brutman
Site Admin
Posts: 1331
Joined: Sat Jun 21, 2008 5:03 pm
Contact:

Re: pcjr games

Post by Brutman »

Chrome has a nasty habit of making multiple connections and it sends a parameter on the FTP raw list command that it should not send. It is assuming Unix. My test copy of the FTP server has that fixed, as well as a few other bugs.

I took the liberty of leaving the test version for you in your incoming directory. :-)
Vorticon
Posts: 278
Joined: Fri Nov 27, 2009 6:25 am

Re: pcjr games

Post by Vorticon »

Ah great! I'll check it out tonight. Thanks.
Vorticon
Posts: 278
Joined: Fri Nov 27, 2009 6:25 am

Re: pcjr games

Post by Vorticon »

I checked out the new version for ftpsrv and it works fine with Chrome now. However, I noticed that Chrome connects and then disconnects with every command sent to the server. It is transparent from the user side, but I was wondering if that is normal behavior.
jmetal88
Posts: 811
Joined: Sun Jul 25, 2010 10:22 am

Re: pcjr games

Post by jmetal88 »

I think one of the standalone FTP clients I've used does the same thing in regards to connecting before sending a command, and disconnecting after it is completed.
Brutman
Site Admin
Posts: 1331
Joined: Sat Jun 21, 2008 5:03 pm
Contact:

Re: pcjr games

Post by Brutman »

Vorticon wrote:I checked out the new version for ftpsrv and it works fine with Chrome now. However, I noticed that Chrome connects and then disconnects with every command sent to the server. It is transparent from the user side, but I was wondering if that is normal behavior.
Most browsers do that. HTTP is a very "transactional" model, and web browsers tend to treat FTP as a transaction too. Which is kind of silly, but really doesn't make much of a difference.
Post Reply