Questions tagged [file-transfer]
The file-transfer tag has no summary.
226 questions
0
votes
0
answers
71
views
Copy/Pasting files via GUI is very slow
Why is my transfer speed slow when backing up my minecraft folders?
I'm just trying to back up my minecraft servers on my home hand built desktop server. However, when I copy paste from my internal ...
1
vote
0
answers
400
views
Ubuntu 20.04 slow file transfer across disks
I'm trying to move files from an SSD to an HDD on Ubuntu 20.04, but the transfer speeds are extremely slow.
After half an hour, only 1.3 GB has been copied.
My research hasn't helped, most solutions I ...
0
votes
2
answers
356
views
Transferring a file with ymodem over TCP network
I have a device (RELAY) I am able to telnet into using its IP address from an linux machine (CLIENT) and I'd like to copy a file from the RELAY to the CLIENT. I have very limited privileges on RELAY, ...
0
votes
3
answers
107
views
What are the options to transfer a package from source machine to target machine over the network with only sudo user login via ssh?
adm package folder structure:
/opt/adm
├── bin
├── cli
├── dev
├── mod
├── pkg
└── sys
root@deb4 /opt/adm
# rwx
To change permissions use this command syntax:
$ sudo chmod <octal> <...
1
vote
1
answer
222
views
Why doesn't rsync peform delta transfer when copying from a disk to cloud storage?
I believe the rsync manual says that incremental file transfers are performed when transferring files across file systems. However rsync's output below shows that delta-transmission is disabled when I'...
0
votes
4
answers
2k
views
Is it possible to use bluetooth for transferring files between an Android phone and a Linux computer?
I was wondering if it is possible to use bluetooth for transferring files between an Android phone and a Linux computer? Is it a bad idea, compared to FTP and abd, because no one has mentioned using ...
3
votes
2
answers
2k
views
How shall I find the device of a phone's storage so that I can mount it in Linux?
I plugged an Android (HarmonyOS 2.0.0) phone into a Linux laptop using USB connection. I want to mount the storage of the phone in Linux, so that I can transfer files between the phone and the laptop. ...
1
vote
2
answers
116
views
How to distribute HTTPS certificate/key securely and automatically on internal servers
I have a some internally available servers (all Debian), that share a LetsEncrypt wildcard certificate (*.local.example.com). One server (Server1) keeps the certificate up-to-date and now I'm looking ...
1
vote
0
answers
220
views
Rsync total progress with interrupted transfer
I'm aware of being able to display the total progress of an rsync transfer using --info=progress2, and adding --no-i-r to not have it scan incrementally and display the total progress from the start.
...
0
votes
1
answer
513
views
"Connection refused lost connection" error while using scp command
I tried to transfer a file from an HPC system to a remote CentOS system
using the following command line:
scp /ANKAN/data/abc.pdf [email protected]:/data/ANKAN
But I am getting the following ...
1
vote
1
answer
156
views
scp copies folder but not contents of the folder
I have been trying to get this to work for a few days now, but I can't figure it out. I am trying to scp a folder full of .tar files from my Ubuntu-Server Server to my Windows Desktop. I want to push ...
0
votes
1
answer
596
views
How to force TCP window scaling using SSH?
Inter continent data transfer's speed is maximum 2MB/s.
I checked and the SSH server of my server doesn't even use window scaling, and the window itself is very small, around 22KB...
Flags [S], seq ...
1
vote
0
answers
200
views
File sending failed on Linux but works on Windows
I am behind an unknown network and connect to a server through that network and ssh. File transferring worked OK at first, but the network provider made some changes, and after that I faced problems ...
2
votes
1
answer
612
views
Migrate existing RAID1 volumes to LVM on Proxmox
Notes: I read How to convert SW MD RAID1 arrays to LVM mirrors? but wanted to pose the question as that is quite an old post. This is my first post.
I have a sw RAID1 (2 8TB HDDs that present to ...
-3
votes
2
answers
242
views
Trying to transfer files from my ubuntu server (running in oracle cloud) to my windows pc via pscp.exe
i did some mess and I'm trying to rescue some files from my ubuntu server to my local windows 7 client.
Option WinSCP: Unfortunatelly WinSCP does not work anymore since I made the mess. (I run the ...