Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

FileZilla SFTP connection through intermediate SSH

I am using PuTTY to connect to an intermediate Linux based server. On that server I use ssh to connect …

ssh sftp putty filezilla
Finding file size and last modified of SFTP oldest file using Java

I'm using JSch to get files from an SFTP server, but I'm trying to figure out a way to only …

java sftp filesize last-modified jsch
How to resolve Java UnknownHostKey, while using JSch SFTP library?

I'm running a java program where I transfer a file from one folder to another, using Java SFTP. The problem …

java ssh sftp jsch public-key
WinSCP: The server rejected SFTP connection, but it listens for FTP

I am using the WinSCP in order to download files using FTP protocol. I got this error in the XML …

ftp sftp winscp
How can I access an FTP server with JSch?

I installed FileZilla FTP Server on my local Windows 7 machine. I also installed FileZilla FTP client on the same machine. …

java ftp sftp jsch
Downloading file with pysftp

I'm trying to load (and directly save locally) a .csv file stored on a FTP Server (SFTP protocol). I'm using …

python sftp pysftp
Why does an SFTP connection still exist after the JSCH Channel has been closed?

When the code below has finished running, netstat -a|grep sftp shows an open SFTP connection. It also shows up …

java sftp jsch
How to change file permission for all sub-directories (CHMOD)

I've a directory, inside which I've multiple directories each containing several image files. I want to change the file permissions …

ftp file-permissions sftp chmod winscp
How to delete all files in directory on remote SFTP server in Python?

I'd like to delete all the files in a given directory on a remote server that I'm already connected to …

python sftp paramiko
SFTP bash shell script to copy the file from source to destination

I have created one script to copy the local files to the remote folder, the script is working fine outside …

bash shell sftp copying