473,394 Members | 1,828 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

how to copy folder in linux thru network

65
Hi, How to copy folder in linux thru network?
Sep 20 '07 #1
3 14675
Hi, How to copy folder in linux thru network?
Hi!

If target computer has a SSH daemon running you can try scp :

Expand|Select|Wrap|Line Numbers
  1. scp -r path/to/folder/ user@targethost:/target/path
Sep 20 '07 #2
Nepomuk
3,112 Expert 2GB
Hi!

If target computer has a SSH daemon running you can try scp :

Expand|Select|Wrap|Line Numbers
  1. scp -r path/to/folder/ user@targethost:/target/path
With that, user has to be a user from the target computer, who has the right to write where ever the target is and targethost should be the target's IP. You'll probably be asked, to enter that users password too.

Greetings,
Nepomuk
Sep 20 '07 #3
wish
65
Sorry all. I m really first time in linux with fedore 6. Currently the linux pc always got problem then i hope can copy my application from linux to another linux that haven setup properly. Can u explain more details?

Thanks
Sep 24 '07 #4

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

Similar topics

0
by: TonyR | last post by:
I want to be able to save some data files on to my website which is FrontPage enabled. Using "My Network Places" and choosing my "Internet Folder", I can open the folder and save files to it. ...
2
by: Daniel | last post by:
when i use stream writer to write to a shared folder, and the network card of that remote computer is disabled in the middle of the write then reenabled later. every time i try to write to that...
1
by: Mark Goldin | last post by:
In general, can server side code copy files that it will create over the network? Thanks
3
by: Marcel | last post by:
Hello, I have a problem with accessing files on other computers in my network. The network is a Windows 2000 workgroup network and I have administrator rights.... This works (from the directory...
3
by: usman | last post by:
Hi I have a windows service that backups a folder onto another location on the same computer. The service is written in C#. The size of the original folder is large i.e. over 8 GB. Also the...
1
by: manikanta | last post by:
In my application we have a device connected to one system (ex: system1) which will insert the data in comport (system1), I want to get the system1 comport data thru network to another system...
4
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...
5
by: visweswaran2830 | last post by:
How to copy and run a file from one system to another in a network through command prompt. Note: without sharing files/folder from main system. Is it possible if yes means givbe me idea
3
yoda
by: yoda | last post by:
This script needs to be copy folder lets say D:\windows\*me* to C:\windows\*me*. The problem I'm having is the *me* being a variable. So *me* always changes to who ever logs into the machine. So the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...
0
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...

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.