473,651 Members | 2,994 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Linux Command for transfer file and folders from Linux OS to WindowsXP OS

14 New Member
sir,

i want to transfer the file and folders from Linux OS to WindowsXP OS...

plz send Linux Command for transfer file and folders from Linux OS to WindowsXP

OS ...
Oct 8 '09 #1
8 4624
madankarmukta
308 Contributor
@sganeshsvk
Hi,

I am not an expert..But I think you can use ftp command to get done with your problem.

Thanks!
Oct 8 '09 #2
sganeshsvk
14 New Member
sir,

i think we use ftp command in Linux only for file transfer from one user to another

user in Linux System...

otherwise, plz give procedure for file transfer using ftp commands from linux system to windows system....
Oct 8 '09 #3
sganeshsvk
14 New Member
@madankarmukta
sir,

i think we use ftp command in Linux only for file transfer from one user to another

user in Linux System...

otherwise, plz give procedure for file transfer using ftp commands from linux system to windows system....
Oct 8 '09 #4
prn
254 Recognized Expert Contributor
As usual, there are so many (potentially) "correct" answers to your question that one hardly knows where to start. More information is usually a good place.

Are you trying to move files from one filesystem to another on the same (dual-boot) computer? Or are the two OSs running simultaneously on two different computers?

If it's a single (dual-boot) computer, then the most obvious thing to do is to mount the XP filesystem in your Linux and just copy the file(s).

If you're dealing with two separate computers, then there are a lot of other questions: Are you trying to set up a regular operation or is this a one-off? Is one (or both) of the computers a server or are both of them configured as desktop workstations? Is it important which computer be the one to initiate the file transfer? FTP requires that an FTP server process be running on one of the computers. Is IIS installed (and running) on the XP machine? Are you comfortable with leaving IIS running on the XP machine? What Linux distro is installed on the Linux machine?

If you can answer those questions, then we can give you a meaningful answer to your question of how to transfer your file(s).

Paul
Nov 4 '09 #5
sganeshsvk
14 New Member
Here, We dealing with two separate computers, then We transfer files and folders from linux server to local windows XP...

sir,

I want commad and procedures for this problem...
Nov 5 '09 #6
prn
254 Recognized Expert Contributor
OK. So from what you said, you have two separate computers and
1) you transfer files from one of them (unspecified) to your Linux server and
2) THEN you want to transfer the files from Linux to Windows XP on the same ("local") computer.

Is that right? What "local" means to me (and probably to most of us here) is "on the same computer".

So, to accomplish step 2, you will need to mount your windows partition into Linux. To do this, you need to know how your disks are laid out. The most common situation in a dual-boot (one computer/two OSs) layout will result in your windows partition corresponding to something like /dev/hda1, though the exact name will depend on what kind of disks you have and how you laid them out when you set up the computer. That's why I asked how many computers are involved and the other questions. I cannot even tell you an exact procedure for determining your disk layout without knowing what Linux distro you are using. And without knowing your disk layout, it is impossible to give you the exact commands to mount your XP partition.

I understand that you want exact commands and procedures for this problem, but you must understand that the exact commands and procedures will be different depending on the answers to the questions I asked you in my previous post. If you cannot answer them, then I can, at best, give you suggestions for where to try to look up the procedures. If you don't understand the questions, then ask about that. I would be happy to help you, but I need to know some things in order to do that.

Best Regards,
Paul
Nov 5 '09 #7
sganeshsvk
14 New Member
sir,
There is two separate computer (systems).We want to transfer the files and folders from redhat linux to windows XP......
Plz, give the solutions sir.....
Nov 6 '09 #8
prn
254 Recognized Expert Contributor
Look, it doesn't help to just keep repeating that you want "the solution". You need to understand that there is no such thing as "the solution".

There are always many ways to do something, but, typically, most of them are not what the questioner really wants.

OK. So despite your description of the XP as "local" you really mean that the XP machine and the Linux machine are two separate computers, right?

Furthermore, the Linux machine is running some (unspecified) version of RedHat.

Since you appear to know next to nothing about computers, I'll suggest a solution that should be comparatively easy for anyone who is even minimally capable, i.e., anyone who is even capable of posting a question here.

Find and install WinSCP (at http://winscp.net/eng/index.php) on your XP machine. Then use that to connect to your Linux machine and transfer your files using its GUI. This solution assumes no more than that you have sshd running on your Linux box (you probably do) and that you know how to address the box and your login name and password.

Now if that is not what you really want, then just tell us what you want instead of beating around the bush.

Paul
Nov 6 '09 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

3
3249
by: Paolo Scolamacchia | last post by:
Hi everybody, this is my environment : Apache is installed on a Linux server (RedHat9A) and I launch the browser on a PC running WindowsXP to execute php scripts on the Linux server. I would run Win executables from this Linux-based Apache server. Actually if I use exec() command running Linux commands, something like : $command="mv /store1/www/file1.txt /store1/www/file2.txt"; exec($command, $ar_output, $res_command);
0
1551
by: news | last post by:
I have no idea if this is a Linux issue or PHP. Looking for clues here. I have a PHP script which I use to upload a CSV spreadsheet into a mySQL database. (The script follows here in a sec.) I was using WindowsXP and MS Excel to take these sheets, edit it if needed, and save it in text based CSV. Then use the PHP script to upload it and insert into the DB. Now I've eschewed Windows and am using Fedora Core 3. I've tried doing the same...
1
8091
by: srihari | last post by:
Hai, I am trying to install IBM DB2 8.1 on Red Hat linux 8.0. My machine is Intel XEON 64bit. The installation went well except for the creation of tools catalog. When I tried to install the tools catalog as a post installation task I get some java error. $ db2 CREATE TOOLS CATALOG SYSTOOLS USE EXISTING DATABASE TOOLSDB FORCE SQL22209N The DB2 Administration Server encountered an unexpected Java error on host "". I have jdk1.3 already...
6
3251
by: JaxDawg | last post by:
OK... Crazy (possibly dumb) question here... I have a site running apache, mysql, php in a Win2K environment. Primary development is that env also. I also am setting up a linux box (old laptop), to begin playing with Linux. I'd like to set it up similiary with apache,mysql, php. If I do that, and start doing some development there (Linux box) - can I expect that when I move the php code to the windows box that it will behave similarly...
3
1424
by: peter | last post by:
I've been wrestling on and off with this problem for over a year now, without success. Basically, I am looking for a simple set of screen and keyboard manipulation commands that will run identically under Linux and Windows. Nothing fancy - just clear the screen, print a string at an arbitrary xy position and detect a keystroke. I've googled around this newsgroup and elsewhere, and come across various suggestions (and even posted my own...
2
20835
jwwicks
by: jwwicks | last post by:
C/C++ Programs and Debugging in Linux This tutorial will give you a basic idea how to debug a program in Linux using GDB. As you are aware Visual Studio doesn’t run on Linux so you have to use some of the tools provided on the command-line. If you hate the command line tools, get over it since you’re bound to be using them at some point in your career. All commands in Linux ARE case sensitive so capital letters are different from lowercase...
4
2920
by: james457 | last post by:
Hi all, I am writing a linux testbed for wireless sensor networks. The core objective is to test data transfer between any two nodes. The network runs using tree topology. One node in the network is the "Driver". This node is connected using serial port to a linux PC. What I am trying to write is the software on this linux PC that will drive data transfer in the network. The "Driver" node, taking commands from the software running on...
0
1440
by: sganeshsvk | last post by:
sir, i want to transfer the file and folders from Linux OS to WindowsXP OS... plz send Linux Command for transfer file and folders from Linux OS to WindowsXP OS ...
4
4523
by: tvnaidu | last post by:
Project development is on Linux for Linux target, but we are using windows based VSS to maintain files. Incase if I want to check-in first time into VSS, first on Linux, create a tar file, transfer that tar file to windows, then untar back and check-in those folders into VSS from windows machine, also if I make any further changes in Linux for those files, transfer the file onto Windows, then check-out that file on VSS, overwrite with newly...
0
8278
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8807
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8466
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8584
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7299
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6158
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5615
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4144
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1588
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.