The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
3k views

ESXi 4.1 slow file transfer

My problem is that when I transfer files to or from 2 of my ESXi 4.1 servers using Veeam's FastSCP utility, the transfer seems to be limited to about 5 MBs when I can transfer the same file from the ...
1
vote
1answer
86 views

What happens “under the hood” when Windows moves data to a location shares the same root path as the source?

To be clear, I am talking about a move operation within the same partition. For example, say I were to move a file up one directory; before the move, I have "C:\temp\test.txt", after the move I have ...
2
votes
4answers
208 views

possible efficient ways of transferring files from one server to another

what are the possible good and efficient ways of transferring files from one server to another? In this case it will be from windows server 2003 to windows server 2008 r2. I am thinking Powershell ...
0
votes
5answers
298 views

Need a web based file uploader

I have a RedHat server, running tomcat and a video streaming application ( Adobe FMS ). I have several dozens of users who would like to be able to upload their videos to this server. But I don't ...
1
vote
4answers
210 views

wget an remote website index directory

Is it possible to wget an entire index/parent directory with wget? Because I am trying to transfer images to a VPS of mine from my old shared host. When I say an index/parent directory, I meant like ...
1
vote
1answer
166 views

Ubuntu + Copy Folder Remotely Either By Using SCP or Any Other Command

By using SCP Command, File is transfered from one system to remote system. But I want to transfer whole folder from local system to remote system. So How it can be possible. Please help me out ?
2
votes
1answer
2k views

Exclude a set of file types when running rsync

I'm running the following rsync command rsync --times -v --recursive --compress --exclude "*.svn" --rsh=/usr/bin/ssh source/folder/ user@ip:httpdocs/ which excludes *.svn files when running. My ...
2
votes
1answer
376 views

rsync to import/export delta-transfer or incremental copy result

My scenario is to distribute several GB files from a staging server to tens of identical destination servers. Since rsync can do delta-transfer or incremental copy, I was wondering when rsync file to ...
1
vote
2answers
907 views

Can't access a user profile as administrator?

I am trying to copy the complete user profile of an old XP pc to a new computer. I want to copy the entire profile as I have to get rid of the older PC quite soon, and would sort through the files at ...
0
votes
5answers
210 views

Moving 15,000+ images from Shared host to VPS

I've just finished up a script I've written for my website. The VPS is purchased, now I don't know what the effective method to be able to move 15,000+ images I have on my shared host to a new VPS ...
2
votes
3answers
245 views

Moving a lot of small files

I have to transfer a directory with lots of small files (250k, avg size 5mb) from one server to another. Both run on Debian Linux. Is there a protocol that is recommendable regarding the transfer of ...
1
vote
3answers
137 views

Slow LAN transfer from 3rd party computer

I've got an odd problem that I'm not really sure where to start the troubleshooting process. I have a 'server' with Windows Server 2008R2 (64-bit) installed and it has a couple of hard drives. If I ...
4
votes
3answers
2k views

Chunking large rsync transfers?

We use rsync to update a mirror of our primary file server to an off-site colocated backup server. One of the issues we currently have is that our file server has > 1TB of mostly smaller files (in ...
0
votes
1answer
152 views

scp a folder to my ubuntu server

I have a folder on my mac that I need to move over to my server. I can ssh in the server but how do i get this folder up.... say I am on my local computer and the folder is named shared and I want to ...
1
vote
4answers
1k views

Recommendation for syncing data on Windows Servers securely over the internet?

I have a Windows Server at a data center and an EC2 Windows Server running in the cloud. In the *Nix world I know the answer to sync these would be rsync. What are some good options for Windows? Is ...
0
votes
1answer
19 views

Will Windows transfer the files to the launching machine or not?

We have a "Server 1" which is located in "Location A". Next we have "Server 2" and "Server 3" which are located in "Location B". "Location B" "Server 2" ...
2
votes
4answers
4k views

Robocopy really slow across LAN

DISCLAIMER: I'm a programmer, not an admin! I am setting up web apps in a new server cluster and copying files using xcopy or robocopy and UNC paths between servers on the same subnet is really slow. ...
0
votes
1answer
374 views

Checking the network connectivity stats for slow file transfer using Robocopy

I am trying to transfer a 6.5 GB file between two Windows Server 2003 machines on our network. Using Robocopy //sourceserver1 //destinationserver2 filname /z is making the file transfer crawl and ...
1
vote
3answers
146 views

most simple way to get files on a server

I am on windows and my server is linux. I would like to grab files from the server automatically with a script. Maybe execute a bash script remotely as well but maybe i dont need that. I need to ...
0
votes
3answers
102 views

transfer data monitor

I would currently monitoring data transfer on my server(debian). what software do you recommend?
0
votes
3answers
153 views

transfer code from one server to other server

I wanted to transfer new code into my new production server. I have code files on my development server. Instead of uploading files using FTP from my local machine, there is other way to transfer ...
0
votes
1answer
410 views

Apache configurations for Reverse Proxy

I am about to setup a reverse proxy server to filter and log page requests before relaying the actual content from the origin server. (new to this) Before this, I had the origin server public ...
2
votes
1answer
371 views

How to change the content ownership of an external HDD under Windows 7 for backup (all folders at once)?

Summary I'm currently trying to pickup the data of a HDD which PC is now dead (the M/B). I connected the HDD to my PC using an External IDE->USB Enclosure and can navigate thoughout some of the alien ...
3
votes
5answers
897 views

secure ftp to specific directory on Ubuntu?

can I set up a secure ftp for somebody (not a current user on the system) for 2 different directories on Ubuntu inside public_html? I don't want to give the user pure ssh account right now. Any ...
1
vote
2answers
119 views

ftp: transfer parts of a file?

If I'm transferring a 2GB sql file with filezilla, and it timed out after 50%. In my server, I can see that the new transferred file is about 1.1GB. I want to know if there's a way through the same ...
1
vote
2answers
750 views

Speed of file transfer from Amzon S3 to EC2/EBS

I'm working on estimating how long it would take to download 100 GB worth of files from Amazon S3 to an EBS drive. Assuming both are in the same region, what kind of speed could be expected?
11
votes
3answers
14k views

Getting rsync to move file from source to destination?

Is rsync is a good choice for my project ? I have to : - copy files from source to destination folder via SSH, - be sure all files are copied, - delete source files after copy. - if I have conflict ...
2
votes
1answer
1k views

What is the best way to copy large files from my workstation to a Windows Server based EC2 instance?

I would like to know if there is a better way to transfer data from my workstation to my Windows based EC2 instance. Currently I am using remote desktop copy/paste, but that is a drag as I always ...
0
votes
2answers
210 views

bash file parameter problem

i write bash file to copy files from unix to windows and i pass the path of files as parameter to bash file :- scp -r /$1/ user@hostname:/cygdrive/c/unix_file when i execute the bash and don't pass ...
0
votes
2answers
3k views

transfer file from unix to windows? [closed]

i want to transfer file from unix server to windows 2003 server i download copssh on windows 2003 and openssh is already installed in unix ... i execute the following command :- scp -r /file_in_unix/ ...
0
votes
1answer
88 views

Centralized System for Managing Data Ingest/Output

The company I work for produces software that takes in Gigabytes of data a day, and outputs (lesser amounts of) Gigs a day. We have a significant infrastructure for managing data flow, and by ...
2
votes
2answers
171 views

CentOS 5.0 with Ligthttpd notices high traffic without reason

I have a CentOS 5 with Lightppd installed. Also I have MySQL on board. I lately discovered high traffic: http://img686.imageshack.us/img686/8596/traff.jpg Could you please tell me how to diagnose ...
0
votes
1answer
137 views

Creating a tgz file on a remote server without using local harddrive

I have a fairly ancient Fedora server which I have inherited from another company. I only have access to the server VIA SSH. Here are some details of the server: Linux REMOVED 2.6.15-1.1831_FC4 #1 ...
0
votes
1answer
193 views

scp fails in one direction

I've been doing some work on one of our school's servers (as a student), and I've been having some trouble scp-ing files in and out. Trying to push/pull a file from the server while logged in on my ...
3
votes
10answers
3k views

Using rsync to quickly upload a file that is similar to another file

I'm putting together a deployment script which tars up a directory of my code, names the tar file after the current date and time, pushes that up to the server, untars it in a directory of the same ...
0
votes
1answer
467 views

how to disable file transfert in tightvnc?

Having tested all the VNC servers I found, I choosed Tightvnc. But it actually has one more feature that I need : file transfert. How can I disable it ?
0
votes
2answers
404 views

FTP/SFTP & Fuse web passthrough without using the web server's bandwidth

I'd like to serve files mounted from a remote file store using ftp/sftp using fuse on my web server without using the web server's bandwidth. The goal is to have the web server transparently serve ...
10
votes
2answers
27k views

robocopy transfer file and not folder

I'm trying to use robocopy to tranfer a single file from one location to another but robocopy seems to think I'm always specifying a folder. Here is an example: robocopy "c:\transfer_this.txt" ...
0
votes
4answers
4k views

Quickest way to transfer a file from remote Linux to Windows?

I need to transfer a file (~15 Mb) from a remote Linux machine to my local Windows box over the Internet and I was just wondering what would be the best way to do it? The Linux machine is a server ...
11
votes
23answers
10k views

What is the simplest and fastest way to transfer large file through a Windows network?

I have a Window Server 2000 machine running MS SQL Server that stores over 20GB of data. The database is backed-up every day to the second harddrive. I want to transfer those backup files to another ...
3
votes
2answers
97 views

What is the difference between the download pause-able and un-pause-able files?

Technically, what is the difference between the way of hosting (on the server) of a file that can be paused while downloading and resumed again, and a file that needs to be downloaded in one go?
0
votes
4answers
862 views

how to automatically and periodically upload a file from a windows machine to a unix server?

i have 2 csv files on my windows xp machine that i want to transfer to a unix server every hour (because the 2 files are updated every 30min). so i search on the web and i found this possibility: to ...
2
votes
1answer
336 views

Is there a timeout for Windows Remote Desktop clipboard transfers and can it be modified?

When I'm copying a large file over a slow remote desktop connection, every once in a while the transfer will fail silently. Is this because there is some specified timeout for the transfer? If so, ...
2
votes
1answer
237 views

Upload a File To An SSH Folder

I'm trying to connect to my SSH to send a file for it using WinSCP, but when I try to connect what I got is this: Remember that I'm using tcsh as my default shell, and I can't change it. What I ...
1
vote
1answer
142 views

FreeBSD switching name and size different files after upload

I`ve faced with strange problem. When I uploaded files via FTP (using FileZilla as FTP-client) to server with FreeBSD7.3, i see strange things: some (4-5%) of all uploaded files changed their ...
7
votes
2answers
5k views

What a pros and cons of FTP vs SSH for file transfers?

Why to consider setting up an FTP service on a server when files transfers work fine by means of SSH (with Midnight Commander on a Lunux and FileZilla on a Windows client)? What are pros and cons of ...
6
votes
6answers
1k views

Remote file copy util (like rsync) but that will take account of data already copied (in this session)?

Let's say I have a directory with 2 files, both are identical and quite large (e.g. 2GB ea.) I want to rsync that directory to a remote host. As I understand it (and I could be wrong), rsync ...
1
vote
2answers
1k views

richcopy will not preserve security

I am trying to use Richcopy to transfer files from one server to another. It seems to work well but it is not preserving ACL's. Is there a trick to it?
7
votes
3answers
795 views

linux to linux, 10TB transfer?

I've looked at all the previous similar questions, but the answers seemed to be all over the place and no one was moving a lot of data (100GB != 10TB). I've got about 10TB that I need to move from ...
1
vote
1answer
243 views

Rsync and Lazy mode?

Since transferring or copying a file that is being used sometimes causes corruption of the transferred file, can we define a time interval in which Rsync checks each file in a given directory to see ...