Top "Sftp" questions

GENERAL SFTP SUPPORT IS OFF-TOPIC.

Why when I transfer a file through SFTP, it takes longer than FTP?

I manually copy a file to a server, and the same one to an SFTP server. The file is 140MB. …

performance file ftp sftp transfer
Why is 22 the default port number for SFTP?

Why is 22 the default port number for SFTP? Is there any specific reason for this?

ftp port sftp
Download files from SFTP with SSH.NET library

string host = @"ftphost"; string username = "user"; string password = "********"; string localFileName = System.IO.Path.GetFileName(@"localfilename"); string remoteDirectory = "/export/"; using (var …

c# .net ssh sftp
Permissions for /var/www/html

I have a virtual CentOS server with GoDaddy, and I'm having trouble setting up the permissions for /var/www/html. …

linux apache permissions sftp
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
Google Drive as FTP Server

Is there a way to use Google Drive as an FTP Server? I mean I have host, username and password …

ftp sftp
Single Line sftp from Terminal

Several times throughout the day, I may be running a test where I need to look through a log file …

unix terminal sftp scp
JSchException: Algorithm negotiation fail

I am trying to connect to remote sftp server over ssh with JSch (0.1.44-1) but during "session.connect();" I am …

java encryption ssh sftp jsch
Secure FTP using Windows batch script

I currently have batch scripts on different servers that transfer a csv file to an FTP server at a different …

windows batch-file ftp sftp
How to send password using sftp batch file

I'm trying to download a file from sftp site using batch script. I'm getting the following error: Permission denied (publickey,…

batch-file passwords sftp