Top "File-transfer" questions

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

sftp versus SOAP call for file transfer

I have to transfer some files to a third party. We can invent the file format, but want to keep …

web-services soap ftp sftp file-transfer
How to transfer a file using a proxy with JSch library

I want to transfer files to a remote location and I am bound to use a proxy server for that. …

java sftp file-transfer jsch http-proxy
Android File Transfer not working via XMPP and OpenFire

Problem : Can't receive a file sent to my android app via XMPP and OpenFire Server. I can successfully send a …

android xmpp file-transfer openfire asmack
equivalent of ftp put and append in scp

I have a legacy script which I am not able to understand. The script is to transfer 4 files (2 ebcdic format …

unix ftp file-transfer scp mainframe
Download big files via FTP with python

Im trying to download daily a backup file from my server to my local storage server, but i got some …

python ftp file-transfer
How does Dropbox synchronization work?

I want to know how dropBox is able to synchronize the large data files without replacing or re-uploading the files …

algorithm synchronization dropbox file-transfer transfer
Multiple file uploads with cURL

I'm using cURL to transfer image files from one server to another using PHP. This is my cURL code: // Transfer …

php file-upload curl file-transfer