OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => 5x00 General discussions => Topic started by: stephen.slattery on March 26, 2004, 10:40:50 am

Title: Transfering files
Post by: stephen.slattery on March 26, 2004, 10:40:50 am
Guys I really need your help! Im trying to transfere files between my Z and laptop, which run wndows XP. I have the wireless connection set up with a wireless CF card in the Z and a PCMCIA card in the laptop. What do I need to do next to start transfering files. I know I need to implement some protocol but I dont know how to do it! Can anyone give me some urgent help!
Cheers!
Title: Transfering files
Post by: cmisip on April 11, 2004, 01:29:29 am
I use ssh to transfer files between the Z and my laptop but I am running Redhat 9.
On the zaurus, install openssh_1.2.3_arm.ipk

#Configure sshd
ssh-keygen -b 1024 -f /usr/local/etc/ssh_host_key -N \'\'
cd /etc
echo \"ssh   stream   tcp  nowait  root  /usr/sbin/tcpd /usr/local/bin/sshd -i\" ]] inetd.conf
killall -HUP inetd
echo \"Done with SSH configuration\"


I guess you can use Cygwin on Windows.
Title: Transfering files
Post by: lardman on April 11, 2004, 06:44:07 am
Which ROM do you have?

for a 5500:
3.xx - Samba (do a search as you have to edit samba.conf as you\'re not using the usb connection)
2.xx - ftp (port 4242, user root, no password)

Edit: (how did I forget OZ I wonder???!!!)

OZ: ssh
Title: Transfering files
Post by: Stubear on April 11, 2004, 07:43:19 am
If your using shh to a windows machine then I recommend putty http://www.chiark.greenend.org.uk/~sgtatham/putty/ (http://www.chiark.greenend.org.uk/~sgtatham/putty/)

Stu