The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
0
votes
3answers
2k views

how to transfer files from desktop to server when using ssh

I am using ssh to connect to a server. I want to upload local files to the server. Usually I do this by opening the 'New File Transfer Window' However, i'd like to just do this from the command ...
0
votes
3answers
277 views

Win32 software to sync a file system to a FTP server using checksums?

The simple question is how do you sync a Windows file system to an FTP destination periodically while never checking the destination for change unless something bad happens and not relying on file ...
0
votes
4answers
210 views

Managed Hosting vs Co-location

I am working on a project that will require for us to upload huge HD video files to a server. For simplicity, I was considering Managed Hosting at Rackspace with Cloud Files. However, the main work ...
0
votes
2answers
266 views

Ubuntu Replicate Files on Remote Servers

I have server 1 and Server 2. In step one there is one script running in server1 that generates one file, after the process of creating the file is finish I need to upload the file to Server 2. What ...
0
votes
2answers
65 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
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
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
466 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
4answers
140 views

synchronization of file locations between two machines

Although similar threads have been asked on this site and its siblings before, I've not managed to glean the answer to this persistent question. Any help is much appreciated. The situation: I've got ...
0
votes
2answers
122 views

Stream backup from Linux to Windows

I have a Linux server with almost no disk space left. I fact i there is not enough space left to write a full backup to the disk, so i wonder if there is a good way to stream the backup directly to my ...
0
votes
3answers
452 views

Getting irregular timestamps on NFS file server

Here is the situation: We have a file server that is not saving timestamps to a small portion of its files (77 files out of serveral million). It instead writes a default mtime of 1969-12-31 19:00 ...
0
votes
2answers
316 views

Whats the best way to file transfer my site from server to a newer one?

I have Windows 2003 server and i bought a new Windows 2008 server, i have more than 20 GB files want to migrate to the new server, i tried ftp, but its too slow.There are any better ways?
0
votes
2answers
42 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
252 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 ...
0
votes
2answers
376 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
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 ...
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 ...
0
votes
1answer
145 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 ...
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" ...
0
votes
1answer
373 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
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
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 ...
0
votes
1answer
192 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 ...
0
votes
5answers
297 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 ...
0
votes
3answers
583 views

Moving Exchange .EDB and .STM file to other partition

Im trying to move my exchange mailbox store to a new partition and i keep running into an error message saying: "cannot copy insufficient system resources exist to complete the requested service." ...
0
votes
2answers
797 views

Get files from serial port SSH shell

My webserver networking is down. I can open a shell over SSH using serial port. I need to download 2 files (an sql dump and a backup of the entire website: aprox 3GB). To open the shell I must to ...
0
votes
2answers
105 views

Download over remote root server directly to home system

I have to download some big data from a source that needs a static IP. As at home I only have a dynamic IP that won't work. So I thought about using my rent remote root server to download the data. ...
0
votes
2answers
2k views

Slow HTTPS file upload in Internet Explorer

We are getting slow file uploads using HTTPS in Internet Explorer. We have several hundred computers, and are currently undergoing a lease rotation (new machines replacing the now ex-lease machines). ...
0
votes
1answer
92 views

Transfer files without destination access

HI All, I have a issue where I want to create a script (VB or Batch file) that when a user runs the script it will copy files from Folder1 to Folder2. Here's the rub. I don't want the users to have ...
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
25 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 ...
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
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, ...
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 ...
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 ...
0
votes
4answers
173 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 ...
0
votes
1answer
409 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 ...
0
votes
1answer
32 views

Best to move my transaction backups one way when they are created

I have read and tried a number of sync options, but none of them meet my exact needs. What I am doing: I move .trn files from one Windows 2008 server to another in another location I need the ...
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
1answer
181 views

Which FTP server on Windows or Linux do support MODE C (Compression)

can you recommend a FTP server which supports MODE C (Compression) and runs on Windows or Linux or BSD Note, that MODE C is different from MODE Z (ZLIB). Most FTP servers on *nix and windows does ...
0
votes
3answers
2k views

server 2008r1 slow file transfer in one direction

I have a problem of slow file transfer in one direction on a 3 of my servers with 2008 on them. the test i have done is to copy a 400Mb file from a PC to 1 server takes approx 30 secs if i then try to ...
0
votes
8answers
429 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
votes
3answers
113 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.
-1
votes
1answer
74 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 ...
-1
votes
1answer
775 views

SFTP - Unable to Overwrite File - “EOF received from remote side”

I am working with a customer to troubleshoot an error they have when trying to overwrite/"PUT" a file to our SFTP site. When the root directory is empty and they try to upload the file there is no ...
-2
votes
2answers
235 views

Need to transfer ~3TB of data to a remote server [duplicate]

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 ...
-2
votes
3answers
283 views

How to transfer files betwen 2 hosting servers?

I have a live website that I want to change my hosting provider to a new hosting company. Currently I have several gigabytes of data as a .zip files in my old hosting environment that I want to shift ...

1 2 3 4