From: Jon Forums Date: 2013-02-09T01:39:37+09:00 Subject: Re: Best way to interact with samba > I need to move some files from a linux to a widnows machine. > ...SNIP... > Do you have any other suggestion to do what I need? If your linux box is running an ssh server you don't need samba. Simply use the putty tools `pscp` or `psftp` from: http://www.chiark.greenend.org.uk/~sgtatham/putty/ from the windows machine. Typical usage: # list available files pscp -ls mauro@xubuntu:/home/mauro/downloads # move the file pscp mauro@xubuntu:/home/mauro/downloads/big_file big_file `pageant` is putty's ssh authentication agent. Jon -- Posted via http://www.ruby-forum.com/.