Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

How do I pipe the output of an LS on remote server to the local filesystem via SFTP?

I'm logged into a remote server via SFTP at the command line. The folder I'm in contains hundreds of thousands …

linux pipe sftp remote-server
WinSCP: How to make sure SFTP upload gets renamed from .zip.filepart to .zip?

Using the .NET assembly of WinSCP to upload a file. OperationResultBase.Check() is throwing the following error: WinSCP.SessionRemoteException: Transfer …

c# sftp scp winscp winscp-net
connect to a server via sftp php

how do we connect to a remote server via sftp to verify if the login details are valid in php... …

php curl ftp sftp fsockopen
How does scp traffic flow between two remote hosts?

If you issue a scp command between 2 remote servers, will the traffic flow directly between the hosts, or will it …

sftp rsync scp
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
Upload Download files from FTP site using SFTP

I need to know a way to connect to a FTP site through SFTP. I am using SharpSSH and i …

c# ftp sftp sharpssh
Sublime SFTP - Upload compiled css when sass file saved

I'm developing html/css in Sublime. I'm writing my css with sass and using Sublime's build system to generate the …

css sass sftp sublimetext build-system
Connecting to AWS Transfer for SFTP

I am having trouble connecting to AWS Transfer for SFTP. I successfully set up a server and tried to connect …

amazon-web-services amazon-s3 sftp amazon-iam
Key based authenication with net-sftp in Ruby

I want to be able to use SFTP to login into a number of servers and download certain files to …

ruby ssh sftp ironruby