PDA

View Full Version : transfer large files between knoppix and XP machines



unckybob
09-21-2006, 10:15 PM
One machine is running debian unix installed from knoppix CD. The other is running XP. They are both connected to the same router. I don't know the first thing about networking. When I got the router, I just hooked it up like it said on the instructions and both machines now get to the internet. In the past what I have done to exchange files between the machines is to mail myself an attachment on one machine. Then I access my yahoo mail account on the other machine and download the attached file. This was working fine until I got some really big files to move. One of them is video that I want to edit with the Debian unix I installed from the knoppix CD. Any assistance would be greatly appreciated.

Harry Kuhman
09-21-2006, 10:34 PM
If you're mailing files between windows system then you are really doing things the hard way. Windows will let you "share" a file, a directory (folder) or even an entire disk partition. You can make the share read-only or read-write, and you can control who has access (either by password in Win98 or by password and user account information in XP, they work somewhat differently but do interact). I would suggest that you learn to do this before trying to get Knoppix to share files with XP.

Knoppix has tools that let it network and share files with XP. Sometimes this can be simple to set up, sometimes not. Unfortunately, it looks to me like Windows has done things to make sharing files between Linux and Windows slower than need be. The way I have found that works best for me is not to use the Windows file sharing logic at all, but rather to use FTP. I start a FTP server on one side and use an FTP client on the other to move files back and forth between systems. This makes for much faster transfers, particularly with lots of files or large files.

There are plenty of good windows FTP servers out there. I would suggest looking at Filezilla, although there are others and whatever you like can be a good choice. I believe that the 5.0.1 DVD now has a FTP server on it but I'm not certain of that as I have not used it, I only use a FTP client on the Knoppix side. For that Konquror (the browser window that starts when KNoppix starts) is a perfectly fine FTP client, although there are other choices there too.

Harry Kuhman
09-21-2006, 10:40 PM
One of them is video that I want to edit with the Debian unix I installed from the knoppix CD. Any assistance would be greatly appreciated.
There are some things wrong with this one line and I wanted to address it on it's own.

Debian isn't Unix. It's Linux.

You can't install real Debian from a Knoppix CD, you can only install a bastardized Debian like thing that will likely give you problems and the Debian community will not support. I suggest installing Debian from a Debian net-install CD, which will work fine with your router.

unckybob
09-23-2006, 04:26 PM
Thanks for the reply! I've installed FileZilla's client and server. I hope these novice questions are not a bother, but now that I've installed these things, I have absolutely no clue on how to use them. Help anyone?

Harry Kuhman
09-23-2006, 04:50 PM
Gee, I rather thought Filezilla was extremely intuitive, I've been using ftp since before there were GUIs for it. That takes a little manual reading to get the commands right, but I don't know that I ever bothered to look at documentation for Filzilla or any othe gui bassed FTP program. There should be plenty of documentation for the programs though, i suggest that you start there. I'll be glad to answer questions, but I'm not going to write a full "USING FTP TUTORIAL" here. I'll give you a few basic hints: start the server first, configure it so the user has access to the desired files/directories. Start the client (on the other computer). Connect to the server (by server IP address is the simplest way, although there are others). Login as you setup the server. The gui should show files on each system, navigate to where you want to be and start the transfer. QED.