file-transfer Questions

13

Solved

I'm getting a confusing error from rsync and the initial things I'm finding from web searches (as well as all the usual chmod'ing) are not solving it: rsync: failed to set times on "/foo/bar": Ope...
Roche asked 20/3, 2009 at 21:1

6

Solved

I am trying to set up a connection and transfer files using putty on a windows 10 platform. I have verified that the default port in putty is 22. When I run the command in the command line to conne...
Vareck asked 9/7, 2020 at 15:1

7

What are the advantages (or limitations) of one over the other for transferring files over the Internet? (I am aware of secure forms of both protocols. I'd like to hear comparisons through persona...
Valero asked 4/4, 2009 at 14:42

7

I'm transferring a very large (35GB) file through SFTP and FileZilla. Now the transfer is 59.7% done, but I keep getting this error, and it hasn't changed that number for hours. Error: File trans...
Centroclinal asked 17/11, 2010 at 16:32

13

Solved

I'm logged into a remote host using PuTTY. What is the command to transfer files from my local machine to the machine I'm logged into on PuTTY?
Buckwheat asked 30/3, 2011 at 20:32

0

I am struggling to transfer a file from my hard disk to Magnolia server which is provided by my university. I have posted about the problem here. Someone suggest me to go through this link. I add P...
Wack asked 12/2, 2022 at 19:3

3

Solved

There are a number of tutorials about posting files using http.Request in go, but almost invariably they start like this: file, err := os.Open(path) if err != nil { return nil, err } fileContents...
Amongst asked 29/9, 2016 at 5:14

4

Solved

I can SSH into the EC2 instance: ssh -i "my_key.pem" ec2-user@my-public-ip However, scp doesn't work: scp -r –i "my_key.pem" ./my_file ec2-user@my-public-ip:/home/ec2-user/my_file Permissio...
Flavio asked 11/1, 2017 at 15:48

3

Solved

I have a 17.7GB file on S3. It was generated as the output of a Hive query, and it isn't compressed. I know that by compressing it, it'll be about 2.2GB (gzip). How can I download this file locall...
Erastianism asked 24/1, 2013 at 6:24

6

Solved

I need to run a program from my windows xP machine thats installed on a remote UNIX machine using MobaXterm but I have very little experience with this sort of thing. I can login into the machine...
Caravette asked 15/2, 2013 at 11:16

1

The BitTorrent protocol doesn't specify block (piece) size. This is left to the user. (I've seen different torrents for the same content with 3 or more different choices.) I'm thinking of filing a ...
Trulatrull asked 11/12, 2020 at 11:39

3

Solved

I am trying to access a remote network share from a C# program in asp.net. What I need is something like function download(dirname) { directory = (This is the part I don't know how to do) for d...
Polynices asked 25/3, 2011 at 14:9

15

I am running a putty client on a Windows machine to connect successfully to a Linux box. Now I want to be able to copy a file from the Linux machine under the path /home/ubuntu/myfile to C:/U...
Unofficial asked 19/4, 2012 at 19:56

1

I'm trying to upload an image with a graphql mutation to my server, how can I test this with insomnia.rest? the the Structured request for a Graphql Query doesn't show any field to add a file. Also...
Harshman asked 1/4, 2018 at 3:46

2

I got a C# .NET Core Web API (REST). I want to implement an endpoint for upload files and one for download files (any file type, as binary). What is best practice for design and code? What I find s...

2

Solved

I have a legacy script which I am not able to understand. The script is to transfer 4 files (2 ebcdic format files and 2 pdf files) in unix to mainframes through ftp. ebcdic format file 1 is abc...
Reld asked 2/4, 2012 at 5:54

2

Anyone successfully using this in c# or is there a better alternative to this? Also any good working project that I can look at and get a good feel? most projects i have come across is in C++ and w...
Reardon asked 29/12, 2008 at 13:32

2

I am transferring a folder containing 100+ heavy files (several hundred MB) gsutil to my google cloud storage (Nearline). I've made a mistake in path of the destination folder. So I am looking for ...
Julieannjulien asked 22/11, 2015 at 14:28

3

I have some nodes. Each node belongs to other network. Each node has private IP like 192.168.0.2 and stays behind NAT. Is there any possibility to communicate between Nodes? Actually, I need to t...
Induct asked 23/6, 2018 at 19:9

4

I am using XMPP with iOS for file transfer. I am using following lines of code to send file. But I am continuously getting single error and stuck on issue. <error code="503" type="cancel">...
Dennison asked 8/10, 2014 at 6:33

2

I've got, My laptop A remote server I can SSH into which has a Docker volume inside of which are some files I'd like to copy to my laptop. What is the best way to copy these files over? Bonus p...
Attachment asked 18/12, 2015 at 15:5

3

Here is my code, which retrieves content of the file, on the remote server and display as output. package sshexample; import com.jcraft.jsch.*; import java.io.*; public class SSHexample { publi...
Melanochroi asked 27/2, 2013 at 9:50

1

I want to transfer a large folder (24,4GB) to the virtual machine on Azure. The virtual machine has windows 10 OS. Could anyone suggest ways to transfer files? thanks.
Avernus asked 3/4, 2018 at 11:55

1

I'm currently using graphene-django v2.0 and I've absolutely no clue of how can I upload and download files like images, does anyone have an example of a query where you can download an Image and a...

4

Solved

Guys I am trying to move all files ending with _DONE into another folder. I tried //take all files of main folder to folder model_RCCMrecTransfered string rootFolderPath = @"F:/model_RCCMREC/...
Sphere asked 31/10, 2013 at 6:5

© 2022 - 2025 — McMap. All rights reserved.