Transfer data from Linux machine to Windows 2000/XP
-
Hi, Can you please tell how we can get a file from linux machine to a windows machine.Suppose there is a file called /home/rohit/myapp.exe of size 50MB. How can I get the file to my windows machine. I think I should be using telnet and ftp but what are the commands. Actually i downloaded a application from internet to my linux machine and now i want to transfer it to my windows machine. Please comment Thanks in advance.
-
Hi, Can you please tell how we can get a file from linux machine to a windows machine.Suppose there is a file called /home/rohit/myapp.exe of size 50MB. How can I get the file to my windows machine. I think I should be using telnet and ftp but what are the commands. Actually i downloaded a application from internet to my linux machine and now i want to transfer it to my windows machine. Please comment Thanks in advance.
If both machines are in a network you have several possibilities. You can use Samba to mount a Windows network share in Linux or to share a Linux directory to Windows machines. For FTP, you must run a FTP server program in one machine and a FTP client in another.
-
Hi, Can you please tell how we can get a file from linux machine to a windows machine.Suppose there is a file called /home/rohit/myapp.exe of size 50MB. How can I get the file to my windows machine. I think I should be using telnet and ftp but what are the commands. Actually i downloaded a application from internet to my linux machine and now i want to transfer it to my windows machine. Please comment Thanks in advance.
If you are running
sshd
you should be able to secure ftp to your home directory. Some of the nicer windows ssh clients have sftp integrated. Matt Newman