Author Topic: Wifi File Transfer To/from Pc  (Read 4577 times)

mimsmall

  • Newbie
  • *
  • Posts: 40
    • View Profile
Wifi File Transfer To/from Pc
« on: January 30, 2005, 03:41:55 pm »
I did several searches on this subject and nothing satisfactory turned up.

Is there a How-To for setting up a desk top to Zaurus wifi link?

cosmos7

  • Newbie
  • *
  • Posts: 15
    • View Profile
Wifi File Transfer To/from Pc
« Reply #1 on: January 30, 2005, 04:08:44 pm »
Quote
I did several searches on this subject and nothing satisfactory turned up.

Is there a How-To for setting up a desk top to Zaurus wifi link?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=64599\"][{POST_SNAPBACK}][/a][/div]
Well, assuming your network connection is up and going, there are any number of ways to go about it.  Remember the Zaurus is a handheld linux machine, so you can really do anything you would from a desktop linux station; there are pre-built packages available for most things you could want.  

Generally, I either use ssh to go to/from my linux fileservers, and smbmount to mount windows shares on my Zaurus.  You could install a ssh server on the Z, and copy to from the desktop too.

And of course, there is the file transfer option from the Z Desktop.

tz

  • Full Member
  • ***
  • Posts: 102
    • View Profile
    • http://
Wifi File Transfer To/from Pc
« Reply #2 on: January 31, 2005, 01:29:32 pm »
It depends on what exactly you want to do.

You can enable the samba server over wireless (I think it is a file something close to /usr/local/samba/smb.conf, and you just need to add eth0 or remove the restriction to usbd0).

ssh/scp also works, and I think you can turn on FTP service.

johnw

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://wallacesoftware.com/zaurus
Wifi File Transfer To/from Pc
« Reply #3 on: January 31, 2005, 09:23:49 pm »
ftp on the Z does work.  Just go into /etc & uncomment the ftp line in inetd.conf

Then do a "ps -ef | grep inetd" to get the inetd pid.  Once you have the pid issue a "kill -HUP pid" command replacing "pid" with the actual process id.

At that point your ftp daemon should be running on the Z.

Hope that helps.
« Last Edit: January 31, 2005, 09:24:37 pm by johnw »
Sharp SL6000L Sharp SL5000d Intel PRO Wireless 802.11b CF 512MB Toshiba SD Sharp CE-AG06 camera Pocketop

cvmiller

  • Full Member
  • ***
  • Posts: 242
    • View Profile
    • http://
Wifi File Transfer To/from Pc
« Reply #4 on: January 31, 2005, 11:45:15 pm »
Quote
I did several searches on this subject and nothing satisfactory turned up.

Since you are specifically asking to do file transfers over wireless, I would suggest installing OpenSSH on the Zaurus. That will give you ssh, as well as scp for file transfers.

If you are looking for something more GUI like, you can use Konqueror and use the URL: sftp://zaurus@<zaurus_ip_address>/

You will be prompted for the Zaurus user's password. Enter that, and you can copy and move files just like they were local.

I hope this helps,

Craig...
SL-6000
ROM v1.12 (Sharp)
Belkin F8U1500 IR Keyboard
1 GB SD Card by SanDisk (ext2)

bluedevils

  • Hero Member
  • *****
  • Posts: 1284
    • View Profile
    • http://
Wifi File Transfer To/from Pc
« Reply #5 on: February 01, 2005, 02:34:13 am »
NFS?
I'm now an iphone user and use my zaurii as serial terminals, perl and shell scripting and when I need 640x480 screens

sl-c3100/pda cacko 1.23 | sl-6000l/needs battery | sl-c760/server pdaxrom rc12 | Former sl-5500/tkcrom owner (sister's birthday gift)

cvmiller

  • Full Member
  • ***
  • Posts: 242
    • View Profile
    • http://
Wifi File Transfer To/from Pc
« Reply #6 on: February 02, 2005, 07:49:42 am »
Quote
NFS?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=64829\"][{POST_SNAPBACK}][/a][/div]

Good point! That would be the easiest way, if you are mananging your files from the Zaurus (since it only has NFS client). It works great, and even over wilreless.

Craig...
SL-6000
ROM v1.12 (Sharp)
Belkin F8U1500 IR Keyboard
1 GB SD Card by SanDisk (ext2)

craigtyson

  • Sr. Member
  • ****
  • Posts: 462
    • View Profile
Wifi File Transfer To/from Pc
« Reply #7 on: February 02, 2005, 01:55:53 pm »
Iv been using Samba on the Z but pushing from the PC as I have data on two PCs one Windows one Mandrake. The HOWTO samba over WIFI / Ethernet doc covers what to do on both ends.
Craig
SL-C1000, Angstrom GPE 2007.12r13
Ambicom WL1100C, SanDisk UltraII 1GB SD
 
Old Faithfull - SL-5500 battery out of the C750 (see below) TKC v1 (New) 1GB SD
Dead - SL-C750, Cacko 1.23 lite (Dropped, very messy!)
Ambicom WL1100C, SanDisk Dead - 1GB SD
Keep your Z on a bungee, you never know.....

Tyris

  • Newbie
  • *
  • Posts: 38
    • View Profile
    • http://
Wifi File Transfer To/from Pc
« Reply #8 on: February 02, 2005, 06:30:56 pm »
Quote
Good point! That would be the easiest way, if you are mananging your files from the Zaurus (since it only has NFS client). It works great, and even over wilreless.

Craig...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=65111\"][{POST_SNAPBACK}][/a][/div]

Hmm. I had a poor experience with NFS on my Zaurus. Not sure why, but it was flakey at best, and caused the machine to hang outright most of the time. I had a much easier time mounting SMB shares.

Could be general lack of experience maintaining NFS networks, but SMB was pretty easy to do. Did you have to do anything special on the server side (or client side for that matter,) to get it running smoothly?

-T

cvmiller

  • Full Member
  • ***
  • Posts: 242
    • View Profile
    • http://
Wifi File Transfer To/from Pc
« Reply #9 on: February 02, 2005, 09:30:07 pm »
Quote
Hmm. I had a poor experience with NFS on my Zaurus. Not sure why, but it was flakey at best, and caused the machine to hang outright most of the time. I had a much easier time mounting SMB shares.

Could be general lack of experience maintaining NFS networks, but SMB was pretty easy to do. Did you have to do anything special on the server side (or client side for that matter,) to get it running smoothly?

-T
[div align=\"right\"][a href=\"index.php?act=findpost&pid=65227\"][{POST_SNAPBACK}][/a][/div]
Gee, I haven't done anything special (I thought), and it has worked fine for me. Of course, my NFS server is another Linux machine. I have heard that linux NFS doesn't play well with other implementations of NFS (like MacOSX).

On the server, I just edit /etc/exports, then use exportfs -a. On the client (read: zaurus) I just use the mount command: mount -t nfs <server_IP>:/mnt/path /mnt/on/zaurus/path

Never had any problems, other than I have to unmount NFS putting my Z asleep (or removing the wi-fi card).

I hope this helps,

Craig...
« Last Edit: February 02, 2005, 09:31:01 pm by cvmiller »
SL-6000
ROM v1.12 (Sharp)
Belkin F8U1500 IR Keyboard
1 GB SD Card by SanDisk (ext2)