Transferring Files: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
No edit summary
Line 79: Line 79:
   
 
== Information for Ethernet networking ==
 
== Information for Ethernet networking ==
  +
* Information on [[Internet Access|networking your Atari]]
 
* [http://phsw.110mb.com/nw-ethernet.html Ethernet] for Atari ST/Falcon
 
* [http://phsw.110mb.com/nw-ethernet.html Ethernet] for Atari ST/Falcon
 
* [http://phsw.110mb.com/nw-shlight.html Atari-Windows] connectivity using SMB & shared folders
 
* [http://phsw.110mb.com/nw-shlight.html Atari-Windows] connectivity using SMB & shared folders
 
   
 
== External links ==
 
== External links ==

Revision as of 12:45, 19 October 2011

At some point in time, you'll want to be able to transfer files between your PC/Mac/Linux box and your Atari. This page will cover some of the possibilities.

  1. Using a home-brew SneakerNet
    • floppy
    • USB memory stick / thumb drive - NetUSBee
    • SD / CF card via IDE to CF/SD adapter
    • HDD
    • SCSI or IDE CDROM
    • scsi-ide-cf adaptor setup
    • SCSI ZIP Driver, 250M.
  2. A network between your Atari and PC
    • Ghostlink using serial port with NULL modem cable
    • PARCP using LPT (printer port)
    • Generic NULL modem serial communication with Zmodem
    • Ethernet - a TCP/IP network
    • Sting and a null modem cable to make a tcp/ip network and use ftp.
    • Telnet and a null modem cable for telnet file transfers.
    • just mount the Windows shared folder using MINT Net.


SneakerNet

Simply put, you write the files to your media and bring it over to the other computer, insert the media and read the files off it.

Floppies are the commonest way to do this. On a TT or Falcon, you could move up to 1.44MB at a time due to it's HD floppy disk drive on the machine. Some TT comes with only DD floppy disk drive. On ST class of machine you may have a double sided DD floppy disk drive or a single sided floppy disk drive. You can move 720KB of data on a double sided floppy while only 360KB on a single sided floppy.

For media like USB memory stick and thumb drives, you will need MINT and the correct drivers. The USB memory stick/thumb drive will be plug & play, so you will be able to move from Atari to PC very quickly without a reboot.

For SD, CF and hard disk, the media can either be in FAT32 or TOS/DOS compatible format. For FAT32 support, you will need MagiC or MINT. It's best to use TOS/DOS compatible mode for this as normal TOS will be sufficient to access the media. Note that using these media is not plug and play (even if your SD/CF card adapter says so) as these devices will be identified as fixed hard disk by the Atari on TOS, MagiC or Mint. So when you change these type of media, you will need to power down to remove and reboot after inserting back the media. Fortunately, these media are normally in Gigabytes so there is little need to swap these media around like we do with floppies.


Formatting floppies

Floppies must be able to be read/write on the PC. You can either make such floppies on the Atari or the PC. These type of floppies will be of size 1.44MB for HD floppies, 720KB for DD floppies and 360KB for single sided DD floppies. These are considered standard formats as usable on the PC.

On the Atari
You will need a formatting software that is able to produce IBM compatible format floppies. Unfortunately, the built-in TOS formatting software does not do this. Formatting software such as those available in FastCopy Pro and KOBOLD has these features.

On the PC
You either have an internal floppy disk drive or an external USB floppies drive. In 2010, both these utiltising Windows XP and newer Windows does not support non-standard floppy formats. so forget trying to read or copy any such disks like 800KB/920KB floppies. Furthermore Windows XP and newer no longer support formatting 720KB DD floppies.

The way around this are:

  1. Boot to an older Windows (from user retroaudio)
    1. Use windows 98/ME boot disk
    2. Use format with /f:720 switch
  2. Use STEEM (from user spiny)
    1. fire up STEEM
    2. configure a hard drive, pointing to where your files are
    3. open the disk manager window
    4. right click and select 'new standard disk image'
    5. name it something sensible
    6. insert it to A: drive
    7. in STEEM, copy files from the hard drive to the floppy
    8. use floimg to write the disk
  3. Use floppy format software on Windows
    1. Use freeware tool such as The FMT.
    2. or Format720

More information on article "The Floppy Mystery" by Ppera of AF.

Splitting large file

For files that do not fit on to the media, you will need to split the file. Use the program Splitter to split/join the files on the Atari. Use an emulator to run the Atari environment in the PC, then use the same splitter to join/split the file.

Alternatively, use ARJ

  1. To get a splitted output from ARJ, do the following:
    ARJ a -jm -r -v720 data.arj *.*
    You get multiple archives starting with data.arj, then data.a01, data.a02 etc. The size of the volumes is 720 kb.
  2. Copy all archives on the STe and drop data.arj on unarj.ttp.

Download the TOS ARJ here.


Programs for serial/LPT network

  • DIALUPS : Documentation de DIALUPS by Olivier Booklage.
  • Ghostlink : Ghostlink is a link between an Atari GEM Computer (Master) and a MS-DOS computer (Slave) by BLITZ.
  • LPT port support on Windows : Deprotection against program access to the computer's device input/output registers on Microsoft Windows.
  • PARCP : PARallel CoPier by Petr Stehlik.


Information for Ethernet networking

External links



Back to Main Page