How do I share files between Mandrake and Windows XP over a cable?

  • Thread starter Thread starter Severfeelor
  • Start date Start date
  • Tags Tags
    File
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Severfeelor
Messages
12
Reaction score
0
How can i shaer filesbetween madrake and winxp ? i dunno. how to set up file shareing betw them by a cable, not a printer cable ? Thanks a lot.
 
Physics news on Phys.org
You need to set up Samba on your Mandrake box. Maybe http://www.linuxquestions.org/questions/answers.php?action=viewarticle&artid=395 can help.
 
You also setup an ftp server on linux and transfer files that way. If you have sshd already running ( ps -A |grep sshd ), then you should just be able to use an sftp client on windows to send and receive files to and from the linux box.
 
dduardo said:
You also setup an ftp server on linux and transfer files that way. If you have sshd already running ( ps -A |grep sshd ), then you should just be able to use an sftp client on windows to send and receive files to and from the linux box.

Heh, I didn't realize you could use SSH with FTP. This is useful for me, thanks dduardo! :smile: