Is a generic term for the act of transmitting files over a computer network or the Internet.
1
vote
8answers
56 views
file copy from one to 100 servers
I want to transfer a 100 GB file that resides on a single server to 100 other servers in the network over 1 Gbps line. What is the best way to do it ? My solution is copy the file to k number of ...
0
votes
0answers
17 views
Connect iPhone to computer via Bluetooth and grab a file
I was looking to develop an app that allowed me to connect to a Bluetooth-enabled computer and grab a file. Is this possible? I can't find any documents on this.
0
votes
0answers
20 views
How to connect using wifi direct for transfer file?
i want to build an application using wifi direct to transfer files and i'm using NFC to reduce pairing time. I've already follow the instruction in ...
-2
votes
0answers
14 views
Android Asmack File Transfer service unavailable error 503 remains unsolved even after trying out the ways suggested in Stack answers
ServiceDiscoveryManager serManager = new ServiceDiscoveryManager(mConnection);
FileTransferNegotiator.setServiceEnabled(mConnection, true);
FileTransferManager manager = new ...
0
votes
0answers
25 views
Transfer file from Windows mobile device by calling WCF
I am looking for a solution that would allow me to transfer files from a Windows Mobile device to a remote location by calling a WCF service.The mobile device will call a WCF service to send files ...
-1
votes
0answers
28 views
Transfer File From Windows Computer to Linux EC2 Instance [closed]
I have searched for a tutorial on transferring data to and from an EC2 instance, but have not been able to find an explanation of how to do so in command line. How do I transfer files from my desktop ...
0
votes
0answers
7 views
trace all the file transfered into my ubuntu server
I just started a task and I'm trying to get a list of the all file transfer that is happening on my server, from outside the server, mean user sending file through ftp or scp just,
This task is just ...
0
votes
0answers
20 views
Open LocalHost From connected Client of own Hotspot
First of all sorry for my English,
I am planning to built a application that can transfer file By Wi-Fi .For this i make a simple HTTP server and made "E:\trasferfle" folder as Root of Localhost and ...
0
votes
0answers
15 views
Web Server automatically pull files from another computer
I'm presented with an issue. There is an application that automatically generates files every 5 minutes or so and saves them onto my harddrive on my windows box. This windows box will always be on and ...
1
vote
1answer
51 views
How to receive files in Smack in androd?
How to receive transfered file using Smack with Openserver in Android? Here following is a code which I have used to receive a file. But getting error and can not rec any file.
...
0
votes
1answer
36 views
Upload a blob with Phonegap FileTransfer - and receive binary
I want to upload some binary data (e.g. image, or zip) to a server using phonegap, and receive binary as the response. Is it possible?
While the upload works very well with the FileTransfer and a file ...
0
votes
0answers
42 views
How do I zip and unzip files in python?
I am trying to move a folder from one place to another, however I get this error when I try:
PermissionError: [Errno 13] Permission denied
I use the following code:
import os.path, shutil #, zipfile
...
0
votes
1answer
38 views
send file using default bluetooth application in android
I want to send a file from my phone to other phone using my Android application. The File is of type ".Xcard". I want to make use of the default Bluetooth Application provided by the android ...
1
vote
0answers
29 views
Two way QTCPSocket File Transfer issue
I'm a bit stumped with this and don't have a whole lot of experience with file transfer so hopefully I'm just doing something daft.
Anyway. The problem. I'm sending a file in chunks from my client to ...
0
votes
1answer
10 views
how to execute ftp command “ put 'FILE_NAME' ” using python script
how do I execute ftp command " put 'FILE_NAME' " using python script?
I want to transfer a file to the processor connected using FTP.
Command is ftp> put "C:\filename"
I want this to be executed ...
0
votes
1answer
102 views
Client-server text file transfer using UDP & sockets in C++, server creates a blank file
First of all, I'd like to point out that i'm not a good programmer, so please be patient with me. The logic in the program is as follows: the client sends the server a text file, the server saves it ...
-3
votes
0answers
17 views
Transferring file to a remote server using file uri
i would like to transfert images located in a webservice which i use , to my vps
ie from http://pic1.aldoc.eu/PicData/00061/2005.jpg to my vps server,i looked to scp function and sftp send but they ...
0
votes
1answer
36 views
What is best way to transfer the file to other server other than socket connection [closed]
I want to transfer fle from one server to other server.What are different ways to transfer the file to other server other than Socket connection? and Which is best way to transfer the file?
Thank ...
0
votes
1answer
35 views
PHP fread ssh stream significantly slow
Scenario: I needed a function to get STDOUT of a command run through SSH asynchronously. This has various uses including (and most importantly) reading files through SSH.
An important feature of this ...
1
vote
0answers
36 views
android bluetooth file not transferring
public class ConnectThread extends Thread
{
private final BluetoothSocket mmSocket;
private final BluetoothDevice mmDevice;
private final OutputStream mmOutStream;
private UUID ...
0
votes
1answer
53 views
Bluetooth File transfer on Android(even restricted types)
I was making an application in which I wanted to add a feature to send apk files via bluetooth. Its not allowed through the traditional method as apk is restricted file type so i used ...
0
votes
1answer
219 views
Transferring files using UDP sockets in C
I'm fairly new to socket programming in C, so the code below may have a ton of newbie mistakes.
I'm trying to make a client-server application in which the server will transfer a file to the client ...
-1
votes
0answers
24 views
Transferring .osm files from hard disk to Android smartphone [closed]
I've copied my SMSs from my old Nokia mobile phone on my hard disk via Oxygen Phone Manager.
Now these files are in .osm format.
I've recently bought a Samsung Galaxy S3 Mini, and I would like to ...
-1
votes
0answers
82 views
Any file transfer over socket Client Server [closed]
I made a file transfer project that sends any type of files but there is a problem that the file sent is not saved , I don't know what is wrong with my code ?
the file chooser opens correctly and ...
0
votes
1answer
71 views
Using Rails to transfer files from a remote server to another (FTP or Rsync or SCP etc..)
I have a video transcode server and as a video gets transcoded I need to send the converted versions of the video to a CDN and show my CMS admins the progresses of processes.
At first (I guess just ...
0
votes
0answers
66 views
iOS data transfer via bluetooth audio profile
I want to transfer some data from an embedded device to an iOS device using Bluetooth.
I am well aware that this is not possible using regular bluetooth serial communication as iOS devices does not ...
-1
votes
0answers
94 views
WinSCP: How do I copy files using WinSCP through the command line?
Details:
1) Copy folder C:\TEST from MachineA (Windows machine) to MachineB's (Windows machine) C:\depo folder.
2)Credentials for MachineB
user: username
password: pa$$word
0
votes
1answer
41 views
How to send android project with AndEngine libraries to another person
I'm making a small android game for someone usign the AndEngine library and am stumped on how to easily send them the project without requiring them to do any configuration, just download the project ...
1
vote
3answers
41 views
How to set record length in cURL?
I want to transfer a test file to mainframe, but the test file has lines exceeding 80 characters, which is default for FTP. Because the created dataset has record length 80, I am getting
451-File ...
-1
votes
1answer
58 views
User Data Script not Downloads files From AWS S3 bucket?
i have s3cmd and EC2 api pre configured AMI. While creating new instance with user data for downloading files from S3 bucket, i face some following problems.
in user data i have code for
- creating ...
0
votes
0answers
54 views
LT codes with Homomorphic hashing
I have been working on a project implementing LT codes with Homomorphic hashing (inspired from http://blog.notdot.net/2012/08/Damn-Cool-Algorithms-Homomorphic-Hashing and ...
0
votes
1answer
31 views
Why doesn't using UDP for video-on-demand cause cross-talk?
While reading one of the assignment questions in "Data Communication and Networking" by Behrouz Forouzan, one of the questions asked were using UDP for file-transfer have any adverse effects keeping ...
0
votes
0answers
58 views
How to monitor file transfer in Windows using Java?
I am writing a utility to check whether a very big file has been completely transferred.
From what I found online, I understand that the best way is to have the sender send a bite-sized file to ...
1
vote
0answers
42 views
C++ Bulder - File transfer
seeing that this is my first question hope it goes well.. :)
I am using Embarcadero C++ Builder and i am trying to collect as much info as i can so that i can start making my program. I want to make ...
0
votes
0answers
123 views
Java - File Transfer FTP to Remote Server(Apache MINA)
I am implementing a Java program,
which has to connect to remote server
connected remote server should download a file from ftp
i am using Apache MINA lib's for this code
here is code, which ...
0
votes
1answer
53 views
Binary file cannot be transferred whereas text file can be
I need to transder a file from one application to another application on the same machine. I wrote code which transfers a packet structure which has fields like:
seq no
round
data, which is an ...
0
votes
0answers
41 views
Checking incoming file transfer status using java
Some remote process is sending a file on one directory and my app has to process that incoming file after the transfer is completed fully. Therefore I have to recognize by my app. that whether the ...
9
votes
1answer
149 views
How to find file name of a file which is transferred via wifi direct mode in android?
Hi My ultimate aim is to transfer files using wifi direct api in android between two devices. Once device act as a client another one act as a server as in the wifi direct sdk demo. For this, Creating ...
0
votes
0answers
314 views
Uploading HTML5 Canvas images to server Javascript/PhoneGap
I'm developing a PhoneGap app for iOS, and trying to upload HTML5 canvas images to a server, using FileTransfer(). I managed to write the code for the actually uploading/server(PHP) part, and it is ...
0
votes
0answers
62 views
java file transfer - apache common net - error
i am trying to transfer a file from FTP-server to another. here is my code:
public class testfiletrans
{
public static void main(String[] args) throws SocketException, IOException
{
...
0
votes
1answer
38 views
Transferring files through Socket with resume Capability
I am currently creating a Java program that would transfer file from one computer to another using a client-server architecture. My source code is able to transfer the files however, when transferring ...
0
votes
0answers
64 views
Phonegap 2.3 FileTransfer download without filename in URL
I'm trying to download files from a Rest like web service, and I don't have the filename in the URL.
It's like something: http:www.mydomain.com/file/download/1234
The FileTransfer method need the ...
0
votes
0answers
25 views
maven was6:installApp TransferFailed
I'm trying to deploy my ear to a remote Websphere 8.5 with maven plugin was6 via SOAP.
I set up the correct ear with correct host, node,cell,server, port etc.
But when I try to install app I got ...
1
vote
1answer
42 views
File Transfer Using Pjsip
I want to develop a program in c using pjsip for peer to peer file transfer. As pjsip uses ice and in ICE UDP is used, so do I need to handle the packet delivery assurance.
And as I would be ...
0
votes
0answers
65 views
Transferring large video files from windows server to Android device over Wifi
I am given a task to implement a windows server application and an android application - where the android app will request server to send a video file in tune of 50 MB to 1.5 GB over WiFi. The server ...
0
votes
1answer
92 views
File Transfer using Apache MINA - Java
I have been working on a project, in which I have to send files from local system to my FTP-server. for this purpose I thought of using Apache MINA.
is Apache MINA can be implemented in this ...
0
votes
1answer
266 views
Client side Error at IP address in Java file transfer code using Sockets?
I have started learning Java socket programming few days back. I found this code on some website for transferring a file from server to multiple clients (multithreading, using thread pools).
When I ...
0
votes
1answer
189 views
Slow FTP/SFTP download speeds [closed]
I have several remote servers which I use for data backups and my website and whatnot - one kimsufi dedicated server and two other shared boxes (not sure where they are located, I assume they are on ...
0
votes
1answer
155 views
Phonegap FileTransfer appears to do nothing in android
I'm having problems with the Phonegap FileTransfer API. Currently I'm trying to run the example code below:
saveFile: function (filepath,location, filetype) {
...
0
votes
3answers
47 views
What should I transfer to a new computer from iOS project?
I have been developing an iOS app on my MacBook Air, and now I have to switch to another one.
My question is - what should I transfer?
I will transfer all the project files (.m, .h) but is there ...


