Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

Address of public SFTP test server

In my application I want to download file from SFTP server and for that I written one program but now …

integration-testing sftp
Linux shell to restrict sftp users to their home directories?

I need to give SFTP access to a directory within my webroot on my server. I've set up ben_files …

linux shell sftp
Respond y(es) to psftp host key prompt

I am creating a script file programmatically and call psftp.exe as follows: psftp [email protected] -pw password -b …

ssh sftp putty psftp
"The requested name is valid, but no data of the requested type was found" when connecting to SFTP with SharpSsh

I have to download some files from a SFTP location. I am using the SharpSsh libraries but I am unable …

c# sftp sharpssh
Java SFTP server library?

Is there a Java library that can be used to implement an SFTP server? I'm trying to receive files via …

java sftp
SSH.NET SFTP Get a list of directories and files recursively

I am using Renci.SshNet library to get a list of files and directories recursively by using SFTP. I can …

c# .net sftp ssh.net
Use subprocess to send a password

I'm attempting to use the python subprocess module to log in to a secure ftp site and then grab a …

python subprocess sftp
Retrieving data from an SFTP server using JSch

I am using JSch for retrieving a file from a remote machine by SFTP. Here is the code public class …

java sftp jsch
How to use sudo over SFTP with CyberDuck?

I'm copying this question from over here: http://getsatisfaction.com/cyberduck/topics/can_i_use_sudo_over_sftp_with_cyberduck …

ubuntu ssh sftp root ubuntu-10.04
Copying or moving a remote file using SSH.NET with C#

I know that I can upload and download files from/to a SFTP server using SftpClient class of SSH.NET …

c# .net sftp ssh.net