Forum Moderators: bakedjake
The problem i'm now having is trying to get them onto the guest OS Debian from XP. I've spent a while playing with ftp but cannot get a connection.
Any idea's as i'm pretty stuck!
Crash
type at a command prompt:
ifconfig -a If so, have you enabled ftp? I'm not sure if Debian uses inetd or xinetd, but for xinetd, you have to uncomment a line in /etc/inetd.conf
It should look like this:
#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
remove the "#" at the beginning of the line, and type in the following at a command prompt:
# killall -HUP inetd
After that, you should be able to login as a normal user (*NOT* root!) through FTP to the IP address of your Debian VM.
Also, Samba should be available. Look and see if you have samba installed. If it is, you should look into creating a share that you can access. It's pretty straight forward. I can send you a really simple config if you need it.
-MM