it depends on what you want to do.
- vnc-- to take control of other pc (100%) but there is little or no 'drag & drop' capabilities.
-- nx (nomachines.com) is like vnc, but much more powerful, with full xwindows support and limited 'drag & drop' features.
- samba - good for linux to windows file sharing and prining. but it is slow and sometimes annoying to setup.
- ssh for linux (putty for windows) will do quick transfers of files between the two os's. this is secure, but somewhat slow.
-ftp -- is not good for local transfers because it is hard to set up and sometimes you cannot set it up at all because of the way ftp is designed (however sftp, which is like ssh has commands that ssh does not, and visa versa.)
- cp and scp -- these commands with the others complete the features necessary to make connections between linux to linux only. it is fast and allows for 'recursive' copying (ie stuff nesting in dirs).
however windows, as usual, is designed to not work with any os's very well (jncluding itself) lol
let us know..
Last edited by halvy; 01-13-2006 at 06:58 PM.
|