2015-10-22 20:00:24 +00:00
|
|
|
## A2SERVER
|
|
|
|
|
|
|
|
You probably want to be able to get stuff on and off of A2SERVER, so that
|
|
|
|
means connecting to it from other computers.
|
|
|
|
|
2015-10-28 02:37:25 +00:00
|
|
|
You can browse your network and you should see either "raspberrypi" or
|
|
|
|
"a2server" as a server you can connect to. You can log in as Guest if asked.
|
2015-10-22 20:00:24 +00:00
|
|
|
|
|
|
|
On Mac OS X, it should appear under Shared in the sidebar of a Finder window,
|
2015-10-28 02:37:25 +00:00
|
|
|
or under "Network" from the "Go" menu of the Finder.
|
2015-10-22 20:00:24 +00:00
|
|
|
|
|
|
|
On Windows, it should appear under Network.
|
|
|
|
|
|
|
|
On Mac OS 7 through 9, open Chooser from the Apple menu and click on
|
|
|
|
AppleShare.
|
|
|
|
|
2015-10-28 02:37:25 +00:00
|
|
|
(If you can't browse to the server on your network, you may need to [log in
|
|
|
|
to A2SERVER](a2server_commands.md) to update, and if that doesn't work, to
|
|
|
|
find its IP address. On Mac OS X, enter the IP address under "Connect To
|
|
|
|
Server..." from the Go menu of the Finder; on Windows, type the IP address
|
2015-10-28 02:39:20 +00:00
|
|
|
following two backslash characters (\\) in an Explorer window.)
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Content edit: Make sure both Markdown source and HTML target renderings of how
|
|
|
|
to specify a backslash-delimited UNC path are understandable. -Joseph
|
|
|
|
-->
|
2015-10-22 20:00:24 +00:00
|
|
|
|
|
|
|
You will see two or three shared volumes: A2FILES, GSFILES, and, if you have
|
|
|
|
A2CLOUD installed, ADTDISKS. Avoid the A2FILES volume except for copying
|
|
|
|
things off of it. If you do want to put stuff on it, be careful to only use
|
|
|
|
ProDOS-compliant filenames (all caps, 15 characters max, starts with a letter,
|
2015-10-28 02:37:25 +00:00
|
|
|
and only contains letters/numbers/periods). Otherwise, you'll get unexpected
|
2015-10-22 20:00:24 +00:00
|
|
|
behavior like invisible files.
|
|
|
|
|
|
|
|
Unix-type computers can also use `scp` to copy files to and from A2SERVER;
|
|
|
|
Windows computers can also do so in the command window by using `pscp` in
|
|
|
|
[PuTTY][1]. The shared volumes are within /media/A2SHARED.
|
|
|
|
|
|
|
|
If you need to set the ProDOS file type of a file you have copied to A2SERVER,
|
|
|
|
[log in to A2SERVER](a2server_commands.md) and use `afptype`.
|
|
|
|
|
|
|
|
|
|
|
|
[1]: http://www.chiark.greenend.org.uk/~sgtatham/putty/
|