Top "File-transfer" questions

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

What is the maximum file size I can transfer using HTTP? And using FTP?

Added: I am conducting a study for a new system we're going to develop in my work. It consists in …

http ftp file-transfer
How to transfer files to Amazon EC2 instance from my Windows 7 computer?

I want to be able to transfer a number of files (html, php, jpg, etc...) to my Amazon EC2 instance …

amazon-ec2 file-transfer
File transfer between android and iPhone via bluetooth?

I was thinking of developing an iPhone and android application so that they can share data between each other via …

android ios iphone bluetooth file-transfer
Telnet File Transfer between two linux machines

I want to send a file from one Linux machine with IP suppose "192.168.2.25" to other Linux machine that's a server "192.168.2.110" …

linux telnet file-transfer
filezilla, error while writing failure

I'm transferring a very large (35GB) file through SFTP and FileZilla. Now the transfer is 59.7% done, but I keep getting …

file-transfer filezilla
MobaXterm drag-and-drop panel missing

I need to run a program from my windows xP machine thats installed on a remote UNIX machine using MobaXterm …

windows unix remote-access file-transfer
sending/receiving file UDP in python

I've made this sending / receiving scripts but i corrupted file ! i have no idea why I'm getting this issue ! sender.…

python sockets udp file-transfer sender
How to send file over serial port in Windows Command Prompt

I'm trying to send files over a COM port, but failed every time. First, I configure a serial on each …

windows cmd serial-port file-transfer
Access a Remote Directory from C#

I am trying to access a remote network share from a C# program in asp.net. What I need is …

c# asp.net file-transfer network-share
FTP client server model for file transfer in Java

Well, I am trying to implement the ftp server and ftp client in Java. I am trying to receive a …

java network-programming file-transfer ftp-client ftp-server