Questions tagged [file-transfer]

312 questions
1
vote
2 answers

Multicast image restoration with adaptive speed

I'm curious to know if there are any tools for restoring disk images (or even transferring files) via multicast -- for any platform, especially if the project has source available -- where the multicast rate adjusts itself on the fly. On the Mac,…
Clinton Blackmore
  • 3,520
  • 6
  • 36
  • 61
1
vote
8 answers

Compressing and copying large files on Windows Server?

I've been having a hard time copying large database backups from the database server to a test box at another site. I'm open to any ideas that would help me get this database moved without having to resort to a USB hard drive and the mail. The…
Aaron
  • 159
  • 1
  • 1
  • 7
1
vote
2 answers

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 follow these steps: open an SSH connection to a…
Peter
  • 113
  • 1
  • 2
  • 7
1
vote
0 answers

How to troubleshoot a server having SFTP, SCP transfer speeds of around 500 KB/s with many but not all machines?

We have two Ubuntu servers that have very slow upload and download SFTP, SCP, and RSYNC speeds, around 500 KB/s, when connecting from most home machines. These servers have fast corporate Internet access and are behind a corporate firewall. The same…
Jake
  • 113
  • 5
1
vote
6 answers

Transfer a 200 GB MDF file

Any ideas-quickest way, how to transfer a 200GB mdf file from one server to another?
Fakebra
1
vote
3 answers

Python, RHEL and Push

I'm looking for advice on a solution to transfer various scripts to remote systems. Some kind of client/server application? Here is the situation. I have 32 Windows machines that are mobile and travel all around the US. The IP address change…
Matt Chavez
  • 69
  • 2
  • 8
1
vote
0 answers

Copying files from remote to local using lftp in unix

I'm trying to write a script to copy some files from a remote ftp server to a local directory. I have seen lots of examples using the mirror command of lftp but so far none of them seem to work. Currently I have a command that looks like this: lftp…
pbuchheit
  • 151
  • 2
  • 11
1
vote
2 answers

How to automatically move files from one server to another servers - not syncing but moving

I need to securely and automatically move files from several "inboxes" on one Windows 2019 server to several "outboxes" on other Windows 2019 servers. The servers are located behind secure firewalls, thus I would like to refrain from using smb…
I grok it
  • 29
  • 3
1
vote
1 answer

Is it possible to force Windows 10 to use higher TCP window scale?

I have two Windows 10 machines (bld 2004) I am trying to send data to between two sites. The sites average about 50ms RTT with no packet loss. I am having an issue where the max transfer rate I can achieve is approximately 30Mbps (either direction).…
Ryan F
  • 11
  • 1
  • 2
1
vote
2 answers

My host doesn't support secure file transfers. I don't have root access. Do I have any options at all?

I like this host a lot, and the lack of secure file transfer is the only thing stopping me from committing to them for a new e-commerce site. I've seen a few recommendations for WebDav, but that would still involve at least one change on the host,…
boot13
  • 185
  • 1
  • 1
  • 9
1
vote
2 answers

How can I transfer a dedicated bare metal server into a VM?

I have the following problem: We have a dedicated (bare metal) hardware server (Debian 10) on which we have no direct physical access. Now I want to transfer all data and applications that are on this server to a VM and run it on a KVM host. Why do…
manifestor
  • 6,079
  • 7
  • 27
  • 39
1
vote
1 answer

How can a service on Server A copy files to Server B without domain-level authentication?

CruiseControl.Net is running on Server A (Win2003). It needs to copy some files from Server A to Server B (Win2008). It needs to do this unattended, without any user being logged into either machine. We are not running a Windows domain, so all user…
Deane
  • 247
  • 3
  • 9
1
vote
0 answers

Recently my NFS RAID performance has gone from very good to basically unusable

First, thanks for any help anyone is willing to give! I have two ubuntu 20.04 servers with two different software RAIDs on them. One is music and movies (RAID6) and the other is personal docs and photos (RAIDZ2). I mount and manage these from my…
GnomGnom
  • 11
  • 3
1
vote
1 answer

How to block Filetransfer through RDP (Port 3389)?

For security reasons I have to restrict/disable file transfer via RDP (port 3389) from and to Remote Machines (Windows 10). Is the file transfer tunneled through port 3389, or can I safely prevent a file transfer by blocking port 139/445 SMB? A GPO…
Gill-Bates
  • 585
  • 2
  • 8
  • 23
1
vote
0 answers

Sudo needed a second time when rsync files with ssh key

I use a command to transfer files with rsync and a ssh key: sudo rsync -P -e 'ssh -i ' user@ I need the first sudo because the file I'm copying is owned by root or other users.It worked fine for the last few…
Babbel
  • 11
  • 1