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
0
votes
1 answer

Missing last 8 bytes of file when downloading from HTTPS

I have a strange situation. A code I wrote uses Excel Interop to create an XLS file and saves it to the server. This file is then transmitted using System.Web.HttpResponse, and deleted afterwards. My problem is, when I download this file from an…
Lukas
  • 2,885
  • 2
  • 29
  • 31
0
votes
1 answer

Repeated prompt for option while running SCP script

When I run an SCP script scp -W Scp\password.txt -P 22 server:/file_location scp -W Scp\password.txt -P 22 server:/file_location in command prompt I get the following prompt: Do you want to trust this new host key and continue connecting? Please…
Aman Mathur
  • 709
  • 2
  • 15
  • 27
0
votes
0 answers

Wcf Improving data transfer speed

I'm building a Torrent client application. By now, the clients were on same machine and exposed their services by NetTcpBinding. Each client connected other clients with Localhost address so going through router was not necessary; Transfer speed…
Stav Alfi
  • 13,139
  • 23
  • 99
  • 171
0
votes
0 answers

Cordova ios File Transfer Error: The request timed out

I'm using the FileTransfer plugin for downloading files.the issue is that with large files I have this error FileTransferError { body = ""; code = 3; "http_status" = 0; source =…
SalwaDev
  • 1
  • 1
0
votes
1 answer

How to share files with all other devices from my iOS device through application?

I want to share files/data from my iOS app to other devices (ios and android), which have the application installed, through wireless communication. Is it possible? Please help me.
0
votes
1 answer

OpenSSL file transfer

Is there API in OpenSSL for transfering files over safe SSL connection? Of course, it's not difficult to write some function myself using only SSL_read() and SSL_write() but if there is something already done, it'd be better. Thanks
Martin Heralecký
  • 5,649
  • 3
  • 27
  • 65
0
votes
1 answer

Sending file from Java program to Android App using IP address or something else

How can I send a small file of 4-16 MB to android application from a java program on computer? I am writing both android application to receive file and java program to nd file. Both of them are connected to internet.
Nis
  • 449
  • 4
  • 13
0
votes
0 answers

cordova file transfer error code 1 for languages other than english in ios

I got error code 1(file not found) while downloading a file with the name that consists of the characters other than English from cordova file transfer in ios. It works fine with android. My file name is "1-Contrôle Réseaux Désenfumage". Any help…
Nandini TM
  • 23
  • 3
0
votes
1 answer

Best way to transfer file from Local path to NFS path

I am looking for the best optimized way we can use to transfer the large log files from local path to NFS path. Here the log files will keep on changing dynamically with time. What i am currently using is a java utility which will read the file from…
0
votes
2 answers

file transfer from Server to Local

Updated: I used .net 4.0 for coding, I want to find a pdf file with an specific path(ViewState["MediaFile"]) and transfer it to local system. This is my code for File Transfer : //---server path --- String sFilePath =…
Sara N
  • 1,079
  • 5
  • 17
  • 45
0
votes
6 answers

How to Transfer Wordpress Website?

i want to transfer wordpress website from one hosting provider to another. i try also transfer but after transfer i can not change the Permalink.i change the Permalink from default to Post name. but err shown ... "404 Not Found"
0
votes
1 answer

File-transfer script on Raspberry Pi that watches for changes

I want to write a daemon-script for my Raspberry Pi 2 that runs on startup and permanently watches for changes in a specific directory. If there is a change, it should copy the changed files to a directory on a Windows computer (maybe via SSH). I…
Peter H.
  • 109
  • 2
  • 10
0
votes
1 answer

how to send a file from server to client by running ant script at client

Whenever we run an ant script in client machine it has to zip the build files in server and has to be received at client. Can we use FTP?
0
votes
1 answer

Finding file on mobile device after successful phonegap download

I'm using phonegap and I've successfully implemented fileTransfer.download or at least I think I have. I am downloading a file named SOBRITE.PDF to a directory that I successfully created named "my_downloads". The fileTransfer.download success…
user2591658
  • 21
  • 1
  • 2
0
votes
0 answers

No feedback on file upload

I am using PhoneGap to develop a mobile that should be able to take and upload a picture. Nevertheless I do not get any feedback from my upload script (neither 'Success' or 'Fail') and the picture is not uploaded on the server when the target URL…
Pierre
  • 1,044
  • 15
  • 27