Skip to main content

Questions tagged [sftp]

The SSH File Transfer Protocol, (sometimes called Secure File Transfer Protocol, Secure FTP), or SFTP, is a network protocol that provides file access, file transfer, and file management functionality over any reliable data stream.

1 vote
0 answers
22 views

Azure - SFTP connection from Azure service to Azure blob

I wrote a tool in C# that (among other things) downloads a file using an SFTP connection. This tool seems to work fine for most connections, but recently caused an error while downloading a file from ...
user26409784's user avatar
0 votes
0 answers
15 views

How to set-up SFTP for Pure-FTPd server in a container?

I have an issue, which I'm not getting right in my head and in the configs. On my server a variety of services are running as (Docker) containers. Also a Pure-FTPd server (using https://hub.docker.com/...
gerry's user avatar
  • 101
2 votes
1 answer
92 views

How can default scp transfer protocol be overriden besides -O option?

Changes to default behavior of scp from openSSH version 8 to version 9 require using scp with -O option to override the default use of the SFTP protocol. How can scp be configured to use the older ...
Thomas Freedman's user avatar
0 votes
1 answer
56 views

Can an ALB be used for an SFTP instance?

Project: SFTP platform Migration. created 2nd instance with new platform, should be able to use existing Security groups. so far I cant make this work as it appears the ALB wont let me assign a port ...
Tom Brophy's user avatar
0 votes
1 answer
27 views

How to allow other users to modify files uploaded to SFTP server (login as other user)

I have an SFTP server and I can send files to it as let's say user1. I have another user (user2) in that server and I want to be able to remove/modify files uploaded to the user1's configured sftp ...
Muslimbek Abduganiev's user avatar
0 votes
0 answers
23 views

Amazon Linux 2023 set up sftp for several users [duplicate]

I have an app that receives data files from users. Each user should only have access to their "upload" folder. i.e. data/user1, data/user2, data/user3. What is the best way to set this up? ...
Enviro's user avatar
  • 1
1 vote
0 answers
43 views

File not received properly in Azure server using SFTP

I am copying a file from my z/OS Unix System Services (USS) server to a Windows server in Azure using SCP. I am able to connect with both SSH and SFTP to the Azure server on port 22 from my USS server,...
Brindha Sharadha's user avatar
1 vote
0 answers
72 views

Unable SSH/SFTP from Azure VM to On-Prem Linux Server with error “Key_exchange_identification : read connection time out, Banner exchange time out"

I'm currently facing an issue connecting via SSH and SFTP from an Azure VM (Windows Server 2022) to an on-premises Linux server (RedHat 8.9). error_details_image Here are the details: Environment ...
Soon Kien Yuan sd200 40's user avatar
0 votes
1 answer
125 views

SSH not doing MFA when logging in

I followed the steps here https://ubuntu.com/tutorials/configure-ssh-2fa#1-overview to set up SSH to do multi factor authentication using Google Authenticator app, on Ubuntu server 24.01. However ...
Paul's user avatar
  • 115
0 votes
1 answer
115 views

SFTP server on Linux (Debian)

I'm new here and looking for help or tips. I've just set my SFTP server on linux, Debian. I've used some tutorials on the internet. It says that I have to do like this: useradd -g sftp -d /home/sftp -...
Marcin Zieliński's user avatar
0 votes
0 answers
274 views

Nginx reverse proxy : read non-HTTP headers

I am using nginx as a reverse proxy to have all my services on port 443. I have various services such as : web : about 6 websites/admin panels SSH SFTP WireGuard and maybe others in the future... I ...
Silloky's user avatar
  • 101
-1 votes
1 answer
130 views

SAP external command using lftp over sftp

I need to connect to the EDI server and pick up the data via sftp. This is an unusual ftp server. This is a special server that erases files after reading. We dismissed the initial idea of mounting ...
zaveryukha's user avatar
0 votes
0 answers
190 views

Got read permissions but not write permissions in aws SFTP in EC2

I'm a bit new to aws and especially SFTP but I'm trying to set up an EC2 instance with SFTP so I can access it with FileZilla and I've set it up and can copy files from it into my own directories but ...
Fitchings's user avatar
0 votes
1 answer
878 views

Host Key Exhange failing on AWS Transfer Family SFTP

I have a customer who is unable to connect to an SFTP Server (AWS Transfer Family SFTP). The error I am getting in my logs is: ERRORS KEX_FAILURE Message="no matching host key type found" ...
ck3mp's user avatar
  • 101
0 votes
0 answers
93 views

SFTP user should be able to access only a sub directory in ChrootDirectory

My sshd_config file is configured like this: Subsystem sftp internal-sftp Match User shiv ChrootDirectory /var/www/html/ ForceCommand internal-sftp -d /Sub_Directory PasswordAuthentication yes ...
Shiv Sharma's user avatar

15 30 50 per page
1
2 3 4 5
68