VOGONS

Common searches


Search results

Display options

Re: mTCP 2013-04-26 is available

"Auto" on the clients really doesn't tell me enough. The mTCP FTP server defaults to "binary" transfers, so no translation should be done. If a client sets the transfer mode to ASCII for you because it thinks it is doing you a favor, that will change the interpretation of the newline character. …

Re: mTCP 2013-04-26 is available

This is a simple error .. you need to use binary mode for the transfer. According to the FTP specifications, systems are supposed to translate the "newline" character to whatever makes sense for them locally. Unix systems traditionally use just a line feed (0x0A) for a newline character. MS-DOS …

Re: mTCP 2013-04-26 is available

Just a warning - a user reported to me that Netcat was not working correctly in this version. It turned out to be a build script problem. Nothing else was affected. I have placed a new version of the executables on the web site with a new version number. Please update if you use Netcat or ever thing …

mTCP 2013-04-26 is available

And nearly another year has passed by ... This version includes: All: improved TCP/IP lost packet and retransmit support All: DHCP lease expiration detection and warning IRCjr: mIRC color codes, improved logging support, 132 column awareness, bug fixes FTP client: user input can be longer now (2 …

Re: 5.25" floppy

You need boot diskettes. DOS 3.3 would probably be fine. DOS 5 or 6.x will work but are probably overkill. An easy solution for data transfer is to get an old Microsolutions Backpack drive with a 3.5" 1.44MB drive in it. You need a small device driver to use it, but it makes exchanging data very …

Re: FTP client

I use the "megabuild" for quite a bit of mTCP development and testing. If jdosbox gives you a virtual serial port linked to the host then you can configure mTCP to use PPP or SLIP over it. You will need a PPP or SLIP daemon running on the other side; Linux/Unix machines provide this. I have PPP/SLIP …

Adding arbitrary ROM images to the memory map

I'm probably going to kick myself when somebody gives me an obvious answer ... Is there a way to insert code (a ROM extension) into the memory map at startup? In particular, I'd like to have a PCjr cartridge resident during the emulation but I don't want to use the BOOT option to get it. My emulated …

Re: Next mTCP release (2012) - wish lists and ideas?

in Milliways
And it's out there! Download the latest from http://code.google.com/p/mtcp/ . Here are the major changes: Power awareness for virtual machines and laptops IRCjr fixes to improve compatibility with more servers "Howto" style documentation for setting up SLIP and PPP with mTCP FTPSrv requires …

Re: Next mTCP release (2012) - wish lists and ideas?

in Milliways
Increasing the timeout for idle connections is trivial, but I don't ever want to make it unlimited. Right now I think it is 30 minutes - I'll bump it up to a few hours. (As an aside, in case anybody questions how this is relevant to DOSBox - it works in DOSBox, and I do most of my testing in DOSBox. …

Page 19 of 20