OESF Portables Forum

Everything Else => Desktop Operating Systems Issues => Zaurus General Forums => Archived Forums => Linux Issues => Topic started by: UseEncryption on January 02, 2004, 12:13:47 am

Title: File Transfers RH9 <-> Z5600
Post by: UseEncryption on January 02, 2004, 12:13:47 am
Many thanks to the wizards that put together this site!

I\'m using a Z5600 and am trying to connect via the USB dock to my RH 9.0 desktop.  I can ping it with no problem (Thanks Harold & Jim, the How-To is great!).  No security is active on the Z.  I know (now that I\'ve read a bunch   )  that synchronization isn\'t going to happen (yet).

How can I connect to my Z?  I\'d like to be able to send/rcv files, programs, etc.  So far all I\'ve managed is to IR my address book, etc from my dying HandSpring Visor, and ping from my desktop.

Please don\'t make me go to work and tell all the Winblow$ folks that there\'s no way to make two Linux systems talk to each other!

Bill
Title: File Transfers RH9 <-> Z5600
Post by: rlauzon on January 02, 2004, 05:21:13 pm
I use rsync/rcp to copy files to/from my C760.  It works really nice.
Title: File Transfers RH9 <-> Z5600
Post by: UseEncryption on January 03, 2004, 10:52:30 am
Thank you for the suggestion.  rcp, mozilla, telnet, lynx...  all give the same (or real close to it) error.
    [me@home me]$ rcp testdoc.txt 192.168.129.201:Text_Files/testdoc.txt
    192.168.129.201: Connection refused

    [me@home me]$ rcp testdoc.txt root@192.168.129.201:Text_Files/testdoc.txt
    192.168.129.201: Connection refused

    [me@home me]$ rcp testdoc.txt root.192.168.129.201:Text_Files/testdoc.txt
    root.192.168.129.201: Unknown host

I\'m hoping it\'s a common newby syntax error...  any help will be greatly appreciated.
Title: File Transfers RH9 <-> Z5600
Post by: Anonymous on January 03, 2004, 01:37:04 pm
I am in the same boat. The Win2K side of my dual boot died before I could setup ssh server on the Z and now it is an island. I posted in the Newbiw section of the the sharp development forum. Will let you know if anything happens (only diff is I have a SL-5500 with 3.13 rom and RH8)
Title: File Transfers RH9 <-> Z5600
Post by: rlauzon on January 03, 2004, 05:46:20 pm
OK.  To copy files to the Zaurus I use:
scp * zaurus@192.168.129.201:/mnt/card

I use rsync to sync the updated files back to my PC:
rsync -avub --rsh=ssh zaurus@192.168.129.201:. .

(Note that I do these commands from my PC.)

I believe that the problem you are having is:
1. You are not using ssh as the protocol.
2. You are not specifying a user ID when doing the copy.
Title: File Transfers RH9 <-> Z5600
Post by: tumnus on January 03, 2004, 05:47:46 pm
The last part of the following howto tells you how to access your Zaurus via Samba which is already on your SL-5600:

http://www.zaurususergroup.com/modules.php...0over%20non-USB (http://www.zaurususergroup.com/modules.php?op=modload&name=phpWiki&file=index&pagename=Samba%20over%20non-USB)
Title: File Transfers RH9 <-> Z5600
Post by: UseEncryption on January 04, 2004, 01:08:38 am
Hooray!  That got it!  Of course the answer to setting up the USB connection was in the non-USB How-To!!  I\'ll look up the negative first from now on
Now to get it working as someone other than root...  /Then/ I\'ll get to the part about ssh.

Thank you all very much.