From: Jon Forums Date: 2013-02-09T02:33:39+09:00 Subject: Re: Best way to interact with samba Mauro Mauro wrote in post #1095979: > Jon Forums wrote in post #1095978: > >> If your linux box is running an ssh server you don't need samba. Simply >> use the putty tools `pscp` or `psftp` from: > > Unfortunately I need to transfer files from linux to windows where the > linux start the connection. > On the windows box there isn't any ssh server and any nsf server... just > "pure" windows. Is the samba setup working? Try browsing the windows box using `smbclient` or your file manager via something like `smb://192.168.0.5/myshare` If that works you should be able to script `smbclient` directly from ruby rather than needing a gem. Jon -- Posted via http://www.ruby-forum.com/.