Re: SD to CF file transfer

Bill Kendrick <[email protected]> Fri, 2 Jan 2004 14:36:50 -0800
Newsgroups gmane.comp.handhelds.zaurus.general
Message-ID <[email protected]>
On Fri, Jan 02, 2004 at 02:03:27PM -0800, Winny Kalsi wrote:
> 
> I have some pictures on a 128mb SD card and would to transfer them
> to a CF card using the zaurus 5500. Is there any file transfer
> program that I can use that will allow me to transfer multiple files
> at once? Any suggestions are welcome.

When it comes to moving files around, I'm much more of a Unix/Linux geek
than a GUI person (though I am starting to use KDE stuff more on my desktop)
so I dunno what's available as a GUI app for the Zaurus.

You can just use the Unix "mv" command from a Terminal to do this.
For example:

  cd /mnt/card       <-- change to the SD memory card's directory
  mv *.jpg /mnt/cf   <-- copy *.jpg in the root of the SD to the root of CF


Hope that helps!

-bill!