Questions tagged [file-transfer]
312 questions
5
votes
3 answers
How to speed up file copying onto a VMWare virtual server?
One of the sites I work at uses VMWare virtual servers. For the most part they work very well, but copying large files onto them from other places on the network is very slow.
By large files I mean around 4GB in size (which isn't actually that big…

codeulike
- 1,008
- 5
- 17
- 29
5
votes
3 answers
SCP hangs before File Transfer begins
I am trying to move a file from a virtual machine (Ubuntu 18.04) on my local system to a remote server using a very basic scp command. This issue is present only on one particular server, others work fine so it is not a generic thing.
scp

ArunMKumar
- 181
- 2
- 2
- 9
5
votes
1 answer
Server OS or PowerShell version differences that would affect copy speed?
I recently moved many, many files at 2 different locations. It was exactly the same set of data on each, using an identical robocopy command, but what took under 30 minutes on Windows Server 2012 R2 at our HQ (using PowerShell v4) took roughly 15…

SQL_Deadwood
- 151
- 4
5
votes
2 answers
Rsync hangs when transfering large files on an bad connection
've been having problems transferring files over a pretty bad connection (I'm trying to upload a file on a cloud server) via rsync.
The rsync essentially hangs after about a minute or so. This is the way I'm trying to perform the upload:
rsync -avz…

Tudor Vintilescu
- 159
- 1
- 3
5
votes
1 answer
ESXi 5.5, slow network speed when writing to guests
This is an issue that has been bugging me for a lot time with ESXi. I had the issue with my old Dell server (ESXi 5.0 and 5.5) and even with my new Dell T20 (ESXi 5.5).
For the current issue at hand I will only focus on the new Dell T20 server, to…

Jueki
- 93
- 1
- 1
- 6
5
votes
3 answers
Windows Server 2008 x64, Large File Transfers, and Memory Usage
I'm following up on this:
Copying large file to remote server causes it to run out of physical memory
But figured I'd post this separately.
I have a 64-bit server, Xeon 5405, with 14GB memory, and a Areca 1680 SATA storage controller, that I use for…

Brian Spolarich
- 227
- 1
- 4
- 12
5
votes
1 answer
Is it safe to rsync the same source to the same destination in parallel
My application use rsync to copy files from network driver to local as cache to improve performance.
But since my application might be run in parallel, so as the rsync, and there could be a case that 2 instance of rsync being run in parallel against…

Baiyan Huang
- 153
- 1
- 5
5
votes
4 answers
Fast, reliable data transfers from/to China
We are a small company and we will need to transfer rather large amounts of data (10GB+ each time) between Europe and China in the near future.
As many may have experienced, Internet connections to or from China can be rather unreliable and slow at…

nils
- 161
- 3
5
votes
4 answers
SSH file transfers hang after ~700KB
OVERVIEW
I'm scripting SFTP file transfers on a Windows 7 box in the field. When I transfer zip files larger than a megabyte or so, the transfer (and SSH) stops unexpectedly after about 700KB. The SSH process seems to hang but it doesn't start…

Secure Shel
- 171
- 1
- 6
5
votes
2 answers
When does the TCP engine decide to send an ACK?
In my LAN, I have a router that runs a Samba server and my PC connects to the router.
I wiresharked during a uploading to the server and a downloading from the server.
The wireshark results show that:
During the uploading, the server sends an ACK…

sliter
- 225
- 1
- 3
- 6
5
votes
4 answers
Openssh sftp-server: .filepart support?
I am trying to setup a SFTP server, running off Ubuntu Server 11.04. I installed openssh-server to provide SSH access. What I am trying to do is make file uploads run with a suffix (.filepart or whatever), which would be removed upon transfer…

The Mighty Rubber Duck
- 297
- 5
- 9
5
votes
3 answers
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?

Lazer
- 425
- 3
- 7
- 9
5
votes
2 answers
Faster, secure, protocol/code required for long-distance transfer
I've ran into a problem and I'm looking for a new secure protocol/client/server that's faster over a 1Gb/s fibre link - let me tell you the story...
I have a pair of redundant, diversely-routed, 1Gb/s links over a distance of around 250 miles or…

Chopper3
- 101,299
- 9
- 108
- 239
4
votes
3 answers
Alternatives to Kermit for transferring HD contents via a serial cable Win3.1 -> Vista
I'm trying to transfer the contents of some VERY old laptops which have Windows 3.1 on them. The only way I can manage this is via a serial cable (no network on the laptops).
I've got Kermit on the W3.1 end but it is playing up and won't run nicely,…

Ryan ONeill
- 189
- 2
- 3
4
votes
3 answers
Webapp for secure file delivery to customers?
Situation:
For each customer, I have a script that generates some customized configuration files for their installation (host addresses, options, organization names, etc.) I need to get these to the customers, but I can't just e-mail them, since I…

andersop
- 181
- 3