Questions tagged as 'sftp'

1
answer

Configure FTP on AWS

I need to configure FTP to access the folders within / var / www on a server in AWS using Filezilla. Can you help me?     
asked by 26.06.2015 / 22:29
1
answer

What is the difference between the FTP, FTPS and SFTP protocols?

What is the difference between the FTP, FTPS and SFTP protocols and in what contexts should I use each?     
asked by 22.03.2017 / 21:40
0
answers

Copy directory to an ftp server using nodejs

I'm developing an application on nodejs where I need to access an ftp server and send some folders there. Before putting these folders on, I want to back up the folders on the server. How can I copy a directory inside the ftp server? The idea is...
asked by 30.10.2017 / 13:02
0
answers

What are binary download differences, auto LF, auto std and text?

In bitvise ssh, you have upload and download mode options that are binary , auto LF , auto std , and text . What are the differences between them?     
asked by 13.08.2016 / 13:59
0
answers

SSH problem in Windows Server 2003 [closed]

I have a file server and it needs to be accessed from outside my network via SFTP using SSH. The server runs Windows Server 2003 R2 and I installed openSSH as an SSH server, and I have already set up all user settings and the like. So, that's ok...
asked by 25.06.2015 / 13:11
1
answer

SFTP - Limit users

I'm testing an SFTP server. In my sftp configuration, the line "Match Group sftponly" appears. That is, from what I understood only users who are from the 'sftponly' group could access SFTP. But I noticed something troubling. On the same server...
asked by 04.02.2018 / 13:57
1
answer

How to hide folder in SFTP for a user

Well I create a new user on my host to access the devs, by entering putty with the created account only have access to their folder. However, when entering SFTP, the host user's folders can be accessed as I can hide the root folders in SFTP?...
asked by 23.07.2018 / 00:11
0
answers

Linux SFTP - Certificate requesting password

I need to access an FTP server, from which I have already been sent a certificate called "empresa.cert". On Windows, using WinSCP, I create a connection using this certificate file, and the connection is made normally, and no password is requ...
asked by 05.12.2017 / 14:05
2
answers

How to get the date of creation of a file that is on an FTP server c #

I'm using framework 4.5 and would like to know how to get the date and time of creating a file that is on an SFTP server, do not want to download it, just know the date and time it was created. I have permission to read the folder and file, th...
asked by 15.06.2016 / 21:30
0
answers

NoSuchAlgorithmException: DH KeyPairGenerator not available on Camel FTP

I'm using Apache Camel in a project. When I needed to use the FTP component to transfer files to a remote server, I faced this exception: com.jcraft.jsch.JSchException: Session.connect: java.security.NoSuchAlgorithmException: DH KeyPairGenerat...
asked by 27.09.2018 / 23:48