The file-transfer tag has no wiki summary.
1
vote
1answer
21 views
Automatically retrieve a specific file via SFTP
How do I determine which file is the newest from a remote server that I am connected to via SFTP?
My goal is to retrieve a specific file each day, via SFTP. The steps I will follow are:
Connect to ...
0
votes
1answer
23 views
File transfer slows down the server response
We are on Win server 2003 and we transfer the files across the same intranet either using CuteFTP or through mapped drives. The problem here is the file transfers start fast and get slower as time ...
0
votes
0answers
26 views
Secure file transfer in Linux without SSH? [duplicate]
First thing I want to apologize if this question is silly or something... I just tried to research but it seems to be a bit hard to find exactly what I want in Google ! [or I'm not smart enough to ...
1
vote
7answers
163 views
Secure file transfer in linux without SSH?
First thing i want to apologize if this question is silly or something...i just tried to research but it seems to be a bit hard to find exactly what i want in Google ! [or i'm not smart enough to find ...
0
votes
2answers
44 views
Initiating files transfer between servers with disowned bash script
To transfer files from remove server I need to first to log in to it with a password and then input the command, to get files to local folder and my terminal should be opened until this transfer will ...
0
votes
1answer
44 views
Rsync a directory from a local server to a remote server without losing permissions
I need to transfer a directory from my local server to a remote server on the exact same place on the remote server. In the directory, there are a lot of different users involved and I want to ...
-1
votes
3answers
114 views
Is there any method to Copy 5GB of Data from server systems to multiple clients systems in less time(max 2mins.)? [closed]
Is there any method to copy 5GB of data from server systems to multiple clients systems in less time(max 2mins.) ?
Data should be copied from server to all client systems.
0
votes
2answers
66 views
Ubuntu Server crashes on file transfers
Upon transferring some files across server disks I lost connection and the server crashed. Plugging in a Screen showed no response at all. I had to reset the Server, which then boots normally. At ...
0
votes
8answers
476 views
How to speed up file transfer from server to server over the Internet? [duplicate]
How can I transfer a file from one server to another server with a great speed ?
right now I am using FTP to transfer a file but it is taking so much time. To transfer a file of 2 GB its taking around ...
1
vote
1answer
62 views
Is there a global config file for Unison synchronization tool?
I'd like all my unison profiles to have
merge = Name * -> meld CURRENT1 CURRENT2
diff = /usr/bin/meld CURRENT1 CURRENT2
confirmmerge = true
as options. I know I can add these options to each ...
5
votes
2answers
208 views
Rsync show progress for individual file
I'm using rsync to upload/download a pretty large file (20Gb). I'm aware of --progress option, but what it does in my case is just showing me the result at the end.
My problem is that during some ...
1
vote
2answers
131 views
rsync to EC2: Identity file not accessible
I'm trying to rsync a file over to my EC2 instance:
rsync -Paz --rsh "ssh -i ~/.ssh/myfile.pem" --rsync-path "sudo rsync" file.pdf ubuntu@ec2-XXX-XX-XX-X.compute-1.amazonaws.com:/home/ubuntu/
...
1
vote
1answer
415 views
Connection drops while transferring large files to one server on a network
My company has two sites, each with their own LAN, using site to site VPN tunnel to connect the two sites.
When transferring files (especially larger files) from site1 to site2 server1, the file ...
4
votes
1answer
199 views
Out of Disk Space, /mnt/hgfs to blame?
I'm running a Centos VM in VMWare Fusion 5.x. The VM is running a file transfer server and the files being sent are stored on a disk shared from the host, /mnt/hgfs/Aspera. It looks like the file ...
0
votes
1answer
253 views
file transfer with ssh pipe; without scp
Scenario: I'm having about hundred odd text files which are compressed as .gz. They need to be transferred to a remote server. I do not want to use scp. Both, linux servers.
my requirement/my idea: I ...
1
vote
2answers
151 views
Multi threaded network file transfer
Many of the links that connect NY and AMS are often saturated. That means that running a transfer over them (e.g., move 300GB at 1MB/s) would take an age if compared with what our connections can ...
0
votes
2answers
117 views
Linux - regularily moving directory contents
Collaboration partners of our company will upload files (typically a few GB in size) to a directory on one of our external servers.
From that directory, I will move them to our internal network, where ...
1
vote
1answer
175 views
Multicast File copy with Unicast responses
I'm trying to do some multicast big file copies over to remote clients on the other side of a satellite link. The idea is to minimize the amount of traffic going up to the satellite.
I tried using ...
2
votes
1answer
186 views
Setting up a BITS server for upload only
Often we need to have clients send large backup sets to us. We currently use ftp, however we run in to the issue of the ftp client being closed on the client's computer before the the transfer is ...
1
vote
2answers
153 views
Transfer many files between job-processing servers
I have Server A that works on a portion of a job and generates a file as output. Server B works on the second part of the job but it needs the file that Serve A generated.
What is the best way to get ...
0
votes
0answers
42 views
ftpshell keep uploading file till the connection is closed
good day,
currently, im running ftp shell client on my local host computer. i have scheduled a transfer process which will upload a batch of file from the local host to the company external server. ...
0
votes
2answers
380 views
Moving a 13 gig file over sFTP (md5sum fails)
Each time I download a big file over sftp, the md5sum on the source machine doesn't match the md5sum I do on the destination machine.
I have a 13gig file on an Ubuntu 12.04 machine with ...
0
votes
0answers
150 views
FTP transfer speeds - each file seems to be limited
I'm not sure if this is an issue, or configuration problem, or just the way it is but I am doing a large transfer of files between data centres, Washington DC -> Salt Lake City, around 14TB total, ...
3
votes
4answers
684 views
10Gbps iSCSI network transferring at only 2Gbps
I have a performance issue with my SAN. I have a full 10Gbps private network setup. I have the following setup
1 - Mac with Connected with via Fiber Transciever 10GbE
1 - Windows 7 PC with 10GbE
1 - ...
1
vote
2answers
354 views
Scheduled File Transfer Between Servers
I am interested in scheduling the copying and sending of large files over the internet from one server to another. The servers are not on the same network.
I do not know about all of my available ...
0
votes
3answers
719 views
Secure copying (file transfer) between two Linux servers in the same datacenter (Linode)
I have two Linodes in the same data center. I want to copy files from one to the other each night or on demand (for about the next month, until this project is finished). So I'm thinking about using ...
6
votes
4answers
431 views
Puppet file transfer slow
I have a puppet master and slaves in different datacenters. The latency between them is ~40ms. When I run "puppet agent --test" on a slave to apply the latest manifest it takes ~360 seconds to finish.
...
3
votes
2answers
960 views
Increase data transfer speed through bonding/lacp?
I want to maximize the throughput of a data transfer between two servers. The copy will be made at the application layer using Robocopy.
To clear things up, please check my Visio schema of the ...
1
vote
5answers
319 views
Fast Internet Backup
We wish to install some servers in a remote datacentre to act as a backup storage location for our primary datacentre.
Assuming that both sites will have GigE connectivity, what is the best method to ...
0
votes
0answers
50 views
Kermit - how-to select files based on age
I've been asked to code a method to move FTP files from 'many' directories to 'one'.
Files to be moved must be older than 15 minutes OR have completed their upload.
On my first pass at the problem ...
2
votes
3answers
1k views
Use scp to copy a file to different servers
I have to copy a file to different servers almost every day. What I usually do is:
scp filename user@destinationhost:/destination/folder
I run this same command changing the destination host over ...
1
vote
1answer
113 views
Terminal server - disconnect possible if no client activity, but file transfer
We are testing a file transfer script that is started through a client session on a terminal server - the client is Ubuntu rdesktop. What we find is that the session is disconnected after a while, ...
2
votes
3answers
273 views
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 ...
0
votes
1answer
100 views
Copying compressed files from Server 2008 R2 network share to XP client via VPN fails
At the first sight the question looks similar to this one.
I have experienced an odd behavior while trying to copy a certain file from Windows Server 2008 R2 network share to Windows XP Professional ...
3
votes
2answers
2k views
Speed up rsync by running multiple instances at once?
I have to transfer a big directory to another server.
My problem is that i cannot use the full bandwidth that would be available, because one concurrent tcp stream does not get as fast.
Basically ...
0
votes
4answers
99 views
What is a useful “transfer large things” method/medium? [closed]
Other than through the network, what does everyone use for transferring things like system images or very large files?
For example, external case+hard drive like a myBook. Or, extremely large ...
1
vote
2answers
930 views
How to set up a torrent server on Ubuntu?
I need to distribute extremely large files over separated networks. (Netherlands to China, and Netherlands to India), files sizes vary from 5 to 50GB. Since file is stored on several machines, and ...
4
votes
6answers
389 views
How can we share large files with people outside of our firewall?
We sometimes need to share/recieve large files (sometimes in the gigabytes) to outside contractors or customers. These files are mostly CAD drawings, but could include almost anything. We want to only ...
-1
votes
1answer
75 views
How can I transfer a large number of big files over local network with pause/resume support? [closed]
My MacBook has about 400GB of files (videos, music, documents, etc.) that I need to transfer to a Windows PC over my local network. My router is semi-disfunctional, though, so every so often it stops ...
2
votes
1answer
139 views
Transfer Files From Multiple External USB Drives to Linux Server San Storage
We want to transfer files from multiple external USB drives to a Linux server connected to SAN storage.
The USB Drives are formated with NTFS and contain media i.e. Images/Videos and will each range ...
3
votes
4answers
219 views
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 ...
3
votes
2answers
285 views
Sharing large (multi-Gb) files with clients
I wasn't sure if this was the best place for this question, but I think it is squarely in the realm of the IT admin so that's the reason I put it here.
We need to share large files (several ...
3
votes
1answer
104 views
Transferring data from old dedicated server to a new one
I have a Windows 2003 dedicated server account with WebFusion and they are just awful, I'm not afraid to say. I would like to transfer to a GoDaddy Windows 2008 dedicated server in the next week or ...
1
vote
2answers
593 views
When the TCP engine decides 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 wireshar results show ...
2
votes
3answers
232 views
What is the fastest protocol for transferring small files between a high latency VPN?
I have ~70ms latency over my VPN connection and need to set up a backup/replication system. SMB is the worst, with throughput ~200KB/s. SCP gives me ~400KB/s. HTTP ~700KB/s. The links are symmetric ...
4
votes
6answers
401 views
Effect of distance from server on page load speed
I measured the load speed of a static image file severed by nginx from my server (using pingdom service). The server should normally process this request within few seconds. My server is located in ...
0
votes
1answer
97 views
Transfer files between Shared Hosting servers using FTPES
I have two shared hosting servers and a VPS. One at ixwebhostings with their panel and other is a cPanel hosting. I would like to move some files between these two. ixwebhosting supports FTP and ...
3
votes
2answers
237 views
Why data sending is heavier for CPU than data receiving?
I have a Samba server configured in my PC.
When other PCs in LAN download data from the server, top command shows smbd occupies 75% CPU.
While they transfer data to the server, top command shows smbd ...
3
votes
1answer
2k views
How can I boost WiFi data transfer rate?
I have a wireless router that clients are using to have internet and file transfer in our company. The link speed is 54Mbit within all clients.
But it seems that is impossible to exceed ~8 mbit which ...
0
votes
2answers
214 views
Web server slow when transfering many images
Here is a little background of a intermittent but very real problem. I maintain a web application that is running on Esxi private cloud. We have a database server, and 4 web application servers. The 4 ...