Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

Upload files using SFTP in Python, but create directories if path doesn't exist

I want to upload a file on a remote server with Python. I'd like to check beforehand if the remote …

python ssh sftp paramiko
Java SFTP upload using JSch, but how to overwrite the current file?

I am trying to upload two files to a server with SFTP using JSch. It works fine to upload the …

java upload sftp jsch
How to list all the folders and files in the directory after connecting through SFTP in Python

I am using Python and trying to connect to SFTP and want to retrieve an XML file from there and …

python ssh sftp paramiko
Notepad++ NppFTP plugin fails to connect via SFTP

So, i've been having this problem for a while now. Notepad++ NppFTP plugin fails to connect to server via SFTP …

notepad++ sftp
Accessing FTP on Google Compute Engine

I'm running an instance on debian-7-wheezy and I'm sort of new to the Google Compute Engine. I have looked …

ssh ftp sftp using google-compute-engine
ftp: Name or Service not known

in command line > ftp ftp://ftp-trace.ncbi.nih.gov/1000genomes/ftp/data/ Work on one computer but does not …

linux ftp sftp unknown-host
Can't get SFTP to work in PHP

I am writing a simple SFTP client in PHP because we have the need to programatically retrieve files via n …

php ssh wrapper sftp
'put' in SFTP using Paramiko

I've installed and written the following Paramiko which is unable to put the file. It is easily able to 'get' …

python sftp paramiko
Directory transfers with Paramiko

How do you use Paramiko to transfer complete directories? I'm trying to use: sftp.put("/Folder1","/Folder2") which is giving …

python sftp paramiko
Keep Remote Directory Up-to-date

I absolutely love the Keep Remote Directory Up-to-date feature in Winscp. Unfortunately, I can't find anything as simple to use …

linux macos ssh sftp