Questions tagged [file-transfer]
312 questions
0
votes
1 answer
Rsync Files only if they have not been changed in the last 2 minutes
I'm trying to write a simple cronjob that looks in a specific directory, performs a find command to determine if a file has been modified in the last two minutes, and if not, transfer that file to another directory.
I can find the files that need…

IknowImBad
- 1
- 1
0
votes
1 answer
Convert MacCyrillic encoding in filenames to IBM866 on NTFS filesystem
After copying files from MacOS system to Windows share through samba, I got filenames like:
Сђ•вл
К†в†ЂЃ¶≠л• Ђ®бвл.pdf
П†бѓЃав.doc
And normally they should look like:
Сметы
Каталожные листы.pdf
Паспорт.doc
In some cases I also got U+F028 symbol at…

noway
- 1
- 2
0
votes
0 answers
How can I easily (e.g. as easy as rsync or SCP) do a high speed (1gpbs) file upload over an Internet-latency link?
I recently asked a similar question about how to transfer large (many gigabyte to many tens of gigaytes) files over the Internet when latency is high. I got a great answer, but only for downloads. When I want to upload something, from my computer…

john01dav
- 441
- 1
- 4
- 8
0
votes
0 answers
What cloud solutions are there to connect different sites/branches?
I'm somewhat new to the field, but I have been tasked with coming up with the best way to connect remote customer sites to our two main offices. The data sent across from the customer to the main offices contains sensitive information and needs to…

infosecnovice
- 1
- 1
0
votes
2 answers
Can I use Azure file share with VM Classic?
I have a VM classic and I want to create a new VM to replace it. So I want to make use of the file share feature of Azure to transfer my files on the old VM. Both VM are running on Ubuntu.
However, though I can successfully connect the fileshare…

user2335065
- 101
0
votes
0 answers
getting all files in a directory via SFTP with a variable appended before file names
I am downloading all files in a directory via SFTP using below syntax:
sshpass -p 'mypass' sftp name@$IP:/var/log/*
With above one-liner, I'm able to download all files from /var/log
But I want the $IP to be appended with each file name being…

Ibraheem
- 23
- 1
- 6
0
votes
0 answers
Is there a way to make CrossFTP or DragonDisk access path-style s3 server?
I'm trying to find a way to speed up the transfer of 95gb of data to my company's Object Storage.
I'm transfering the files via node/aws-sdk but it's too slow.
I already tried ManagedUpload and Multipart upload, with same result (too slow).
After…

Nelson Teixeira
- 225
- 1
- 3
- 15
-1
votes
2 answers
How to move PostgreSQL data directory?
My PostgreSQL installation by default uses /var/lib/pgsql directory to store data, backups and configuration files. As my disk space is running out, I have installed new hardware and mounted it in the /data directory. Having this done, I would like…

Petr Mánek
- 103
- 1
- 4
-1
votes
1 answer
Transfer file to server from FTP server
I've 2 server:
Server A: Centos, webmin installed, with access to everything, SSH included.
Server B: only FTP access
On Server B I've a file of 10GB and I want to move it to Server A directly, and not downloading it on my PC and then upload it…

testermaster
- 121
- 1
- 7
-1
votes
2 answers
How can I quickly move files and folders from a local server to an amazon EC2 instance?
I'm moving script files from my local server to an amazon EC2 instance using winscp drag and drop, and it's taking too long. How can I move these files quickly?

smachohalla
- 1
- 2
-1
votes
2 answers
How to transfer file(s) from a Unix system to a DOS system?
What is the simplest way to transfer files from a Unix system to a DOS system? Preferably without any "extra" tools on the DOS side.

user179763
- 11
-1
votes
1 answer
How can I transfer a large number of big files over local network with pause/resume support?
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 working and I have to unplug it and plug it back…

Cobi
- 1
-1
votes
1 answer
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 problem but when they try to overwrite an existing…

NateReid
- 54
- 2
- 9
-1
votes
1 answer
Download a file from remote Linux to local Windows (user access at Linux machine with ssh; I cannot install software on Windows and no PuTTY)
I have user access at Linux machine. I am able to connect to Linux machine with ssh from Windows machine and execute Linux commands.
I cannot install any software on Windows machine. I do not have PuTTY installed on on Windows machine.
Question: How…

vasili111
- 101
- 3
-2
votes
1 answer
Windows Server 2008 R2 - Remote Desktop : how to allow user copy from client to server but prevent server to client?
I have windows server 2008R2. I & friends are using remote desktop for connecting to server.
My problem is : I want to prevent user copy anything from server to client (or at least, file & folder) but still allow them copy from client to server.
How…

Valentine Heartilly
- 13
- 1