aubuti;606478 Wrote: > You may prefer WinSCP (http://winscp.net/). It's a free graphical > interface that looks like a dual-pane Explorer window (or > Norton/Midnight Commander). One side is the pc, the other is the Touch.
I think this will serve you purpose . If you want to learn linux then you migth enjou using ssh sometimes , as you can edit files directly on the touch for example. Step 1 is to activate remote connection on the Touch otherwise it wont accept neithe winscp or ssh Here is some scp examples, scp takes a "from" and "to" argument, so you can copy to and from wherever you want. Example: I have a file motd In my home dir there is a folder "SqueezeProblem" And on the Touch there is folder "etc" Now I'm running scp on my computer not directly on the Touch. So on my computer I: Move my file motd from my PC to the Touch mikael@mikael:~$ scp SqueezeProblem/motd [email protected]:/etc/motd And the other way around I fetch the file motd and put in on my pc mikael@mikael:~$ scp [email protected]:/etc/motd SqueezeProblem/motd The tilde before $ indicates that I'm in my home dir you can use a path all the way from root or from the dir where you are. Linux ? google and you shall find there is excellent tutorials and documentation elsewhere. Linux can be daunting and complex , I know I only learnt it 2 years ago ,but the excellent web support makes up for that, you can always find a solution. I'd say Linux on a large would not be possible without internet and Internet would probably not be possible without linux ;) -- Mnyb -------------------------------------------------------------------- Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH and assorted amps SiriuS, Classe' Primare and Dynadio speakers, Contour 4 Contour Center, and Contour 1.3SE rear ch. Rel Stadium 3 sub. Bedroom/Office: Boom Kitchen: SB3 + powered Fostex PM0.4 Misc use: Radio (with battery) PLEASE FIX BUG 112 http://bugs.slimdevices.com/show_bug.cgi?id=112 ------------------------------------------------------------------------ Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143 View this thread: http://forums.slimdevices.com/showthread.php?t=85196 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
