Author Topic: Any good files transfer option for Cacko 1.21b?  (Read 2782 times)

samxiao

  • Sr. Member
  • ****
  • Posts: 260
    • View Profile
    • http://
Any good files transfer option for Cacko 1.21b?
« on: October 03, 2004, 09:38:41 pm »
i tried Samba
but didn't work on my Mac
so what are the options?
wget just too pain-in-the-ass if i wanna transfer multiple files
FTP is disabled on Sharp 3.x ROM
so..?
what else?

i prefer something that i can transfer multiple files
Zaurus C1000 (formerly SL5500 and C700)
Cacko developer ROM 1.23 beta + Debian Sarge + X/Qt
1GB Transcend 80x SD (ext2) / 512MB Lexar SD (ext2) / 256MB SanDisk CF(vfat)
Netgear MA701 WiFi CF
Ambicom GPS-CF
Pocketop IR keyboard (has positioning problem with C1000)
Brando LCD screen protector

Apple PowerBook 12" G4 Rev. C + Mac OS X 10.4.x (Tiger)

eswan

  • Newbie
  • *
  • Posts: 7
    • View Profile
Any good files transfer option for Cacko 1.21b?
« Reply #1 on: October 04, 2004, 03:15:26 pm »
I use scp alot-

'scp user@remote:/usr/local/whateverfile .' logs into computer remote as 'user' and retrieves whateverfile and puts it in the current directory.
'scp -r /opt/whateverdir user@remote:/usr/local/whateverdir' should put /opt/whateverdir and all subcontents on the remote server in /usr/local/.
'scp * zaurus@192.168.129.201:/mnt/card/' should copy everything in the current directory to 192.168.129.201's /mnt/card/ (typical zaurus sd card location) as user zaurus.

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Any good files transfer option for Cacko 1.21b?
« Reply #2 on: October 04, 2004, 03:39:43 pm »
You didn't say what version of MacOS you were using but I presume OSX.

You should be able to sftp/scp as previously described but if you are using Cacko 1.21b you should also be able to set the transfer mode to storage and use the Z like a USB storage device to access your CF or SD cards.
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

samxiao

  • Sr. Member
  • ****
  • Posts: 260
    • View Profile
    • http://
Any good files transfer option for Cacko 1.21b?
« Reply #3 on: October 04, 2004, 05:43:25 pm »
Quote
You didn't say what version of MacOS you were using but I presume OSX.

You should be able to sftp/scp as previously described but if you are using Cacko 1.21b you should also be able to set the transfer mode to storage and use the Z like a USB storage device to access your CF or SD cards.
thx for you guys reply

but i can't connect to samba from Mac OS X
always said there's an error
Zaurus C1000 (formerly SL5500 and C700)
Cacko developer ROM 1.23 beta + Debian Sarge + X/Qt
1GB Transcend 80x SD (ext2) / 512MB Lexar SD (ext2) / 256MB SanDisk CF(vfat)
Netgear MA701 WiFi CF
Ambicom GPS-CF
Pocketop IR keyboard (has positioning problem with C1000)
Brando LCD screen protector

Apple PowerBook 12" G4 Rev. C + Mac OS X 10.4.x (Tiger)

eswan

  • Newbie
  • *
  • Posts: 7
    • View Profile
Any good files transfer option for Cacko 1.21b?
« Reply #4 on: October 05, 2004, 09:17:25 pm »
scp is part of ssh, which should be loaded by default on both the cacko rom and OSX. It's skind of like ftp, but uses encryption. Doesn't have anything to do with samba. Setting the zaurus to storage mode (settings tab, pc link icon) makes it look like an expensive usb memory stick