Questions tagged [file-transfer]

Is a generic term for the act of transmitting files over a computer network or the Internet.

Is a generic term for the act of transmitting files over a computer network or the Internet. There are numerous ways and protocols to transfer files over a network. Computers which provide a file transfer service are often called file servers. Depending on the client's perspective, the data transfer can be called uploading or downloading.

1842 questions
7
votes
3 answers

How to communicate between two Nodes behind NAT?

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 transfer files between these independent nodes. I try…
Max
  • 1,803
  • 3
  • 25
  • 39
7
votes
1 answer

How can I send a file with a Graphql Mutation in insomnia.rest?

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, if this isn't posible with insomnia, what other…
sgaseretto
  • 421
  • 5
  • 13
7
votes
10 answers

Good way to send a large file over a network in C#?

I am trying to build an application that can request files from a service running on another machine in the network. These files can be fairly large (500mb + at times). I was looking into sending it via TCP but I'm worried that it may require that…
BFreeman
  • 750
  • 2
  • 7
  • 18
7
votes
4 answers

SCP not working in EC2 (AWS)

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 Permission denied (publickey). lost connection I've also tried…
borjagvo
  • 1,802
  • 2
  • 20
  • 35
7
votes
2 answers

android how to send and receive image and location (using map ) in group chat using xmpp-smack

i developing group chat app using android-xmpp, in that i don't know how to send and recive pics-image or location (using map). So any one one can please give me way to do these. currently , i got text message and add to list view , like following…
Joseph Mekwan
  • 1,082
  • 1
  • 15
  • 28
7
votes
1 answer

How can I convince z/OS scp to transfer binary files?

We have SSH-based file transfer scripts currently set up for Linux-to-Linux and we're porting them to z/OS to go z/OS-to-Linux. Note that this is with USS, the UNIX system services within z/OS otherwise known as OMVS, which uses EBCDIC under the…
paxdiablo
  • 854,327
  • 234
  • 1,573
  • 1,953
7
votes
3 answers

How do you store a file locally using Apache Cordova 3.4.0

I am having a problem storing a file locally on an iOS (or android) device using apache cordova's "file" plugin. The problem I believe is setting the path properly. this is the error message I get from Xcode Could not create path to save…
Nathan
  • 1,609
  • 4
  • 25
  • 42
7
votes
0 answers

How to speed up scp file transfer in a LAN

Introduction I am experimenting with transferring files over ssh by using the scp command from a terminal. The transfer rate I am achieving is poor and far below what I have seen around the internet. I would like some assistance in speeding things…
Aeronaelius
  • 1,291
  • 3
  • 12
  • 31
7
votes
1 answer

How to use a TurnSocket (XEP-0065: SOCKS5 Bytestreams) connection? XEP-0096: SI File Transfer? [socket writeData]?

I'm attempting file transfer via XMPP on iOS using the XMPPFramework and OpenFire. The base of my code is from the following tutorial. I have a successful TurnSocket (XEP-0065: SOCKS5 Bytestreams) connection, but I can't work how to use it to send…
Andy A
  • 4,191
  • 7
  • 38
  • 56
7
votes
15 answers

Phone can't connect to Eclipse on debug mode

I have tried connecting the USB debugger on Samsung Galaxy S2 and Samsung Galaxy Nexus. It still manages to fail on both devices. At the moment I am using Windows XP and I am running out of ideas. Here is what I tried: Installed…
sdfwer
  • 1,042
  • 3
  • 10
  • 23
6
votes
2 answers

Efficiently transfer large file (up to 2GB) to CUDA GPU?

I'm working on an a GPU accelerated program that requires the reading of an entire file of variable size. My question, what is the optimal number of bytes to read from a file and transfer to a coprocessor (CUDA device)? These files could be as large…
sj755
  • 3,944
  • 14
  • 59
  • 79
6
votes
2 answers

Images turning sideways/upside down after being uploaded via PhoneGap (iOS)

Not sure what would be causing this, but when I upload some images to my remote server via FileTransfer(), the images sometimes show up either sideways or upside down. However, when I view the images locally on the iPhone, they are positioned in the…
Josh Foskett
  • 4,073
  • 5
  • 31
  • 35
6
votes
1 answer

Background File Transfer problems

I have this problem when using the Background File Transfer in WP7. It works perfectly when my application is running, but as soon as I click the Windows button, it stops(and resumes when I activate the application again.) Isn´t the purpose of…
kgrevehagen
  • 514
  • 6
  • 20
6
votes
5 answers

UDP File Transfer - Yes, UDP

I have a requirement to create a UDP file transfer system. I know TCP is guaranteed and much more reliable, but I need to transfer huge files between locations and I think the speed advantage in this project outweighs the benefits using TCP. I’m…
Scott
  • 874
  • 3
  • 12
  • 36
6
votes
5 answers

Making file transfer more efficient Java

I have two wireless computers connected to an N wireless router. Each of these PCs are connected at between 108-150Mbps. Theoretically, I should be able to transfer at 13.5MB/s to 18.75MB/s, under the absolute best of conditions. The first computer…
David
  • 15,652
  • 26
  • 115
  • 156