Questions tagged [file-transfer]

312 questions
0
votes
3 answers

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 environment. Thanks.
stringo0
  • 125
  • 5
0
votes
2 answers

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 inspection it seems the file is corrupt. My question…
James
  • 325
  • 2
  • 11
  • 22
0
votes
4 answers

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 (IE 7 / 8) or similar Download with any suitable…
Ueli
  • 191
  • 4
  • 11
0
votes
5 answers

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 (separate reseller hosts). I only thought of one,…
MacMac
  • 2,061
  • 10
  • 31
  • 38
0
votes
1 answer

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 put it on the server in…
Matt Elhotiby
  • 889
  • 3
  • 10
  • 22
0
votes
1 answer

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" "Location A" "Server 1" -----> launches file…
0
votes
1 answer

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 after three hours of initiating the request the file…
sc_ray
  • 107
  • 1
  • 6
0
votes
3 answers

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 code from one server to other. What I am thinking I…
Kammy
  • 101
  • 1
0
votes
1 answer

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 transfer to be secure (currently SFTP) The .trn files…
Peter
  • 103
  • 1
0
votes
3 answers

transfer data monitor

I would currently monitoring data transfer on my server(debian). what software do you recommend?
JuanPablo
  • 913
  • 3
  • 10
  • 21
0
votes
2 answers

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 any parameter it is copy all file in "current…
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
2 answers

transfer file from unix to windows?

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/ user@windows_hostname:\c:\\ the following output…
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
1 answer

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 significant I mean significantly bad. When we require a…
VxJasonxV
  • 911
  • 1
  • 16
  • 29
0
votes
2 answers

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 support mode Z. However I'm aware of only one FTP…
Martin Vobr
  • 1,343
  • 1
  • 8
  • 11
0
votes
1 answer

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 Tue Feb 7 13:37:42 EST 2006 i686 i686 i386 …