Top "File-transfer" questions

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

scp from Linux to Windows

I am running a putty client on a Windows machine to connect successfully to a Linux box. Now I want …

linux windows path file-transfer scp
Transfer files to/from session I'm logged in with PuTTY

I'm logged into a remote host using PuTTY. What is the command to transfer files from my local machine to …

sftp file-transfer putty scp
rsync error: failed to set times on "/foo/bar": Operation not permitted

I'm getting a confusing error from rsync and the initial things I'm finding from web searches (as well as all …

rsync file-transfer
SFTP file transfer using Java JSch

Here is my code, which retrieves content of the file, on the remote server and display as output. package sshexample; …

java ssh sftp file-transfer jsch
Viewing root access files/folders of android on windows

I'm trying to view the files and folders at root level on an android device using USB Debugging mode and …

android root file-transfer
Comparing HTTP and FTP for transferring files

What are the advantages (or limitations) of one over the other for transferring files over the Internet? (I am aware …

http ftp network-programming file-transfer
how to achieve transfer file between client and server using java socket

I have implement the simple TCP server and TCP client classes which can send the message from client to server …

java sockets tcp file-transfer
scp copy directory to another server with private key auth

is there something wrong with this scp command ? scp -C -i ./remoteServerKey.ppk -r /var/www/* [email protected]:/var/www I …

linux ssh copy file-transfer scp
Moving files from one folder to another C#

Guys I am trying to move all files ending with _DONE into another folder. I tried //take all files of …

c# filepath file-transfer
IOError: [Errno 2] No such file or directory (when it really exist) Python

I'm working on transfer folder of files via uart in python. Below you see simple function, but there is a …

python file-transfer uart errno