The file-transfer tag has no wiki summary.
2
votes
2answers
52 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
1answer
49 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
45 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
74 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 ...
1
vote
3answers
61 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 ...
2
votes
6answers
195 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
31 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
101 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
119 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
52 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 ...
3
votes
1answer
49 views
Network issue - Very slow while RXing but TXing is fine
I am trying to transfer a 10GB file to test my network. But when I transfer from Workstation 1 to Workstation 2, it takes 8 minutes (which is fine). But from Workstation 2 to Workstation 1, the ...
2
votes
2answers
57 views
File transfer - Bandwidth flickering for no reason
We are experiencing file transfer issues. I try to troubleshoot this problem but it is really hard.
Here is a screenshot I took while transferring a file from my workstation to another server. The ...
0
votes
1answer
63 views
Transferring 60GB of data over fiber connection - VPN connection times out [closed]
In an attempt to transfer a 60GB file (SQL database file) over the wire via a VPN connection, we're only able to get about 1/8 the file over. How can we get around this timeout issue? Or do we have ...
1
vote
3answers
101 views
What's the best way to transfer a huge folder (4GB+) across Servers
I need to transfer a dvd's worth of content in a folder - many small files, some big across servers on a consistent basis.
What's the best way of doing this?
This is for a windows server ...
3
votes
5answers
238 views
what is the fastest and most reliable way of transferring a lot of files?
I'm trying to transfer about 100k files totaling 90gb. Right now I'm using rsync daemon but its slow 3.4mb/s and I need to do this a number of times. I'm wondering what options do I have that would ...
1
vote
3answers
56 views
How can I automate the process of fetching files from remote Windows servers?
We have a handful of machines that we administer: some Windows 2003/8 and some various flavors of Unix. I need to write some sort of script/task/etc (I'm a programmer, so any language/tool is fine) ...
1
vote
1answer
123 views
Checksumming to verify rsync transfers
So rsync runs some checksums in the course of deciding what to transfer (i.e. what blocks within a file). But is there any reason to trust the file you end up with on the receive side any more than ...
0
votes
0answers
40 views
WinSCP doesn't show big file
I'm using WinSCP 4.1.9. I logged into my server and the file doesn't show up. From another machine with WinSCP 4.2.9 I can see the file. The files is about 2,7 gigs. And now the funny thing:
If I log ...
3
votes
1answer
125 views
Windows 7 - Network File Copy Intermittently Fails During Upload to NAS
The client machine is running 64 bit Windows 7 and attempting to copy a relatively small file to our NAS device. The NAS device is a Lacie model running (I believe) some variant of Windows XP and has ...
2
votes
2answers
98 views
how to optimize transatlantic TCP transfers?
I transfer large files between two of my servers one in the US and the other in the Netherlands and I'm wondering if there are any tweaks I can apply that will increase the speed of a transatlantic ...
1
vote
3answers
343 views
How to avoid stalled scp transfer when tunneling through a gateway over ssh?
I'm try to transfer a large (1GB+) file from one machine to another, but I have to tunnel through a gateway in between. I'm able to transfer small files just fine. However, with the big file, the ...
64
votes
12answers
4k views
Transfer 10TB of files from USA -> UK datacenter
I am migrating my server from the USA to the UK from one data center to another, my host said I should be able to achieve 11 megabytes per second.
Operating system is Windows Server 2008 at both ...
-2
votes
2answers
136 views
Need to transfer ~3TB of data to a remote server [closed]
Possible Duplicate:
Copy large file from one Linux server to another
I need to transfer about ~3tb of data to another server. I am currently using rsync -z but it is going at 250kb/s so it ...
0
votes
2answers
126 views
How can I ensure non-corrupt file transfer in linux?
I have script scheduled with cron that transfers a file around to other machines using scp filename user@host:~ and today have noticed that sometimes the md5 of the files don't match. Upon closer ...
2
votes
3answers
400 views
Fastest way to copy large file directory over slow internet
I need to copy a directory from one of our servers several hundred miles away. Both sites where I am and where the files are have business cable. The cable is 5 Mbps(Down) / 768 Kbps(Up). This poses a ...
3
votes
6answers
137 views
Transfer a file from remote server A to remote server B from server C
I have an interesting problem I'm trying to solve. I have a JumpBox server that I have in order to securely ssh into client's servers. This is the only server my clients ever open up port 22 to. ...
-2
votes
2answers
92 views
How to transfere files betwen 2 hosting server?
I have a live website and i want to change my hosting to a new hosting company, right now i have many gigabit of data as a .zip files in my old hosting and i want to shift it to the new host.
so my ...
2
votes
2answers
93 views
Transfer large files over the internet from a Linux VPS to Windows machine
I regularly need to transfer files that are a few gigabytes in size from a Linux VPS to my home Windows machine. I am trying to find a transfer method that fits my needs. FTP/SFTP works but is quite ...
1
vote
3answers
110 views
File Transfer Alternatives
Right now we're using the enterprise product from Aspera. We've got a license that covers only 10megabits of throughput per connection. We're looking at migrating away from Aspera as their licensing ...
0
votes
4answers
134 views
Secure file transfer to transfer files to clients
Today, our company is using an FTP Server to transfer files to clients, vendors and more.
Now, we want something more secure.
Needs
Uploading with FTP (Windows Explorer, no own program), Browser ...
1
vote
5answers
144 views
Transfer files using ssh
I am using ssh (WinSCP) to transfer some files from a server to my workstation.
The problem is that at some files I get disconnected. Always same files. I am the owner of the directory so I guess ...
1
vote
2answers
157 views
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 ...
2
votes
4answers
111 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 ...
1
vote
4answers
100 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
68 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
133 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
1answer
122 views
cwRsync performance on Win Server 2003
I've tested several cases for cwRsync (3.0) on Win Server 2003. My scenario is have a rsync daemon on a source host with source files ~3GB total. And there're 50 dest servers running rsync command to ...
4
votes
3answers
1k 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
2answers
374 views
sftp chrooted dosent work with some sftp client (Cyberduck)
I'm not able working on SFTP+chrooted env
Using internal-sftp directive it works, but i'm not able to set umask. (ex umask 002)
Using sftp-server from openssh package dosent't work because login shell ...
1
vote
2answers
274 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 ...
1
vote
1answer
317 views
Enable Remote Desktop File Transfer
Most of the servers I RDP to support cut-and-paste file transfer (from my Win7 64 machine). One does not, and I can't figure out what configuration step is missing.
I followed the steps outlined ...
0
votes
5answers
131 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
158 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 ...
0
votes
1answer
100 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 ...
0
votes
1answer
18 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"
...
1
vote
3answers
116 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 ...
5
votes
3answers
1k views
Is there an equivalent to ssh-copy-id for Windows?
Is there any equivalent or port of ssh-copy-id available for Windows? That is, is there an easy way to transfer SSH keys from a local machine to a remote server under Windows?
In case it helps, I'm ...
0
votes
1answer
241 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 ...
0
votes
3answers
107 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
227 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 ...