Most voted "sftp" questions
SFTP stands for Secure File Transfer Protocol. Its purpose is similar to that of conventional FTP, but due to the use of encryption in the connections (through the establishment of an SSH tunnel) the traffic of information has an effective security increment.
Learn more…18 questions
Sort by count of
-
6
votes1
answer4297
viewsConfigure FTP on AWS
need to configure FTP to access the folders inside /var/www on a server in AWS, using Filezilla. Can you help me?
-
3
votes1
answer8546
viewsWhat is the difference between FTP, FTPS and SFTP protocols?
What is the difference between FTP, FTPS and SFTP protocols and what contexts should I use each one?
-
3
votes1
answer225
viewsCopy directory to an ftp server using nodejs
I am developing an application in nodejs where I need to access an ftp server and send some folders there. Before putting these folders, I want to backup the folders on the server. How can I copy a…
-
2
votes0
answers66
viewsSSH problem on Windows Server 2003
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’ve already set up…
-
2
votes0
answers60
viewsWhat are binary, auto LF, auto Std and text download differences?
In Bitvise ssh, you have the upload and download mode options that are Binary, auto LF, auto Std and text. What are the differences between them ?…
-
1
votes0
answers105
viewsLinux SFTP - Certificate requesting password
I need to access an FTP server, from which I have already been sent a certificate called "company.cert". In Windows, using Winscp, I create a connection using this certificate file, and the…
-
1
votes1
answer388
viewsSFTP - Limit users
I am testing an SFTP server. In my sftp configuration, there is the line "Match Group sftponly". That is, from what I understood only users who are from the group 'sftponly' could access the SFTP.…
-
1
votes1
answer200
viewsHow to hide folder in SFTP for a user
Well I create a new user on my host for access to devs, logging in through Putty with the account created only has access to their folder. but when entering SFTP the folders of the host user can be…
-
0
votes0
answers376
viewsAutomatic file transfer between PHP servers
I’m creating an application that backs up files to linux servers. It already automatically enters the server and sends commands to perform the backup. My problem is that I want to move the backup…
-
0
votes0
answers61
views -
0
votes1
answer221
viewsJava Sftp upload method never ends
So, I made a program in Java using Netbeans to upload an "X" file to an SFTP server and the method is functional, but once I start the program, it just shuts down, I’ve tried several things but nd…
-
0
votes1
answer3557
viewsSSH: Connect to Host XXXXX Port 22: Connection timed out
I’m facing a problem in mine Ubuntu and also in the Windows where I can’t access any SSH and SFTP. I only get the message from: "Connection Timed Out". I already sent the IP for my friends, and they…
-
0
votes1
answer126
viewsDreamhost FTP what is the root folder?
My question is the following, I am trying to upload an FTP site in Dreamhost, but I do not know which is the root folder, I also did not locate the public_html folder...
-
0
votes0
answers18
viewsBest way to transfer file between cloud and proprietary environment
Could someone tell me the best (secure) file transfer method between an iCloud (cloud) environment and a proprietary environment? And how I would do that?…
-
0
votes0
answers7
viewsConnection error using jsch
I am trying to connect to the FTP server via sftp (JSCH) version 0.1.53 with JDK 1.5.0.22 and I have an error in connection when I try to do via SSH key authentication, but when I do user…
-
0
votes0
answers11
viewsProblem with the shh2 library
Hello, I am developing a project in order to create a server sftp own, so I preferred to use the ssh2 library, however, I am having a problem, when sending a file with a directory mode are not all…
-
0
votes1
answer250
viewsHow to upload file to FTP server in Python?
I have a script that generates a CSV file and saves with the name of the current date. I’m trying to make a script that checks the latest created file and sends it to the FTP server. How can I do…
-
-1
votes2
answers837
viewsHow to get the creation date of a file that is on an FTP server c#
I am using framework 4.5 and would like to know how to get the date and time of creation of a file that is on an SFTP server, do not want to download it, just know the date and time it was created.…