Hi, I'm trying to write a script that dumps some backup files across a network to a Mac running OS 9.0.4. Technically, I can do this manually by going through Aqua, and the Go > Connect to Server menu choice. This uses afp to connect to the computer, and then I can transfer information freely. But I want this to all be done from a shell script. Obviously, "curl" does not support afp as a protocal, so I can't use that... anyone have any ideas?
As I do this using Aqua, I can check my console.log file, which shows an entry:
userSelectedURL is afp:/at/Akira:*
where Akira is the name of the computer I'm connecting to.
I don't know if this contains any clues or not, but I'd love to find out if this CAN be done from the UNIX interface.
Thanks in advance!
As I do this using Aqua, I can check my console.log file, which shows an entry:
userSelectedURL is afp:/at/Akira:*
where Akira is the name of the computer I'm connecting to.
I don't know if this contains any clues or not, but I'd love to find out if this CAN be done from the UNIX interface.
Thanks in advance!