Questions tagged [ftps]

FTP protocol over SSL (not SFTP, which is SSH-based)

FTPS is an extension of the FTP protocol that makes use of Transfer Layer Security, specified by RFC 2228 and RFC 4217. It encrypts all packets, including authentication, when one uses the ftp protocol.

Do not confuse FTPS with SFTP.

133 questions
0
votes
1 answer

one ftp account multiple server

We looking for a solution for the following use case: We have several ftp accounts (SFTP, FTPS, FTP) to remote servers of different webhosting providers. We also have freelancers who support us and need the credentials to the ftp accounts rom our…
0
votes
1 answer

Standard (old) FTP from Mac to Windows. "An error occurred"

I have configured a FileZilla FTP Server on my Windows 7 Professional PC and some clients download files with different accounts. Everything works with other Windows clients and even a test with my Mac OS 10.13 worked, but a client with a newer Mac…
0
votes
0 answers

FTPS using Python3 hangs on command or illegal port command using no pasv

I'm trying to setup an FTPS connection using both password and client certificate, but I am unable to retrieve directory listing or anything after connection established... It either hangs (does nothing) or says 500 Illegal PORT command when I use…
Niels
  • 101
  • 1
0
votes
1 answer

AWS - Link EC2 Folders to file transfer solution

I have the following scenario - I have EC2 server that has different customer named folders (for example customer1 and customer2), I need to provide a service that will allow customers to eventually upload their files to the destination customer…
0
votes
1 answer

Ubuntu 18.04 LTS apply iptables changes FTP/FTPS PASV mode

I am trying to set iptables so a CLIENT computer can use FTP/FTPS with passive mode. I have already set majority rules by ufw - short extract (skipped listing of IPv6 and other rules for the sake of clarity): Status: active Logging: on…
Jimmix
  • 121
  • 5
0
votes
1 answer

PureFTPD: ERROR TLS renegociation

I set up a server which is working fine. No errors and all services are running well. I am using ISPConfig 3.1, Ubuntu 18 and Pure-FTPD When I create a new FTP-user, I have a problem logging in via FTPS. I have a valid certificate Pure-FTPD is set…
0
votes
2 answers

vsftpd with chroot_local_user requires client certificate

When setting up my FTPS server I want to enable chroot_local_user. When disabled everything works fine. If I enable this however, WinSCP fails to connect and claims I need a client certificate to connect. Filezilla fails outright. If I explicitly…
ThaChillera
  • 35
  • 1
  • 7
0
votes
2 answers

How to connect from curl (git-ftp) and FileZilla to vsftpd?

Following this tutorial I managed to add FTPS connectivity to the server. Following step 6 in the tutorial: 6.1 generate certificate $ sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/vsftpd.pem -out…
rraallvv
  • 123
  • 6
0
votes
1 answer

vsftpd and chroot: can i share the chroot folder between two users?

I have a vsftpd installation with chroot enabled and root access disabled. Everything work flawlessy, but I need to accomplish this. When user1 log into ftps, it log in /home/user1. Same for user2, user3 and so on. I want to have user1_viewer which…
0
votes
1 answer

IIS FTP with anonymous download and secure authentication for upload

On a Windows IIS server I want to have FTP download available for anonymous users. And I want to be able to change the files myself and ensure that the authentication I provide is secure, i.e., FTPS, not just FTP. This seems like it should be a…
RenniePet
  • 111
  • 4
0
votes
1 answer

pleskbackup - FTPS - certificate verification

I have a question. I have to backup webserver through FTPS and I want to backup that server in a secure way, so I want to verify server's certificate. At the begining, pleskbackup was throwing this: Using the default of SSL_verify_mode of…
devlin
  • 145
  • 2
  • 3
  • 14
0
votes
1 answer

How to connect to FTP server when port 21 is blocked by my ISP?

I am trying to connect to a shared hosting FTP server via port 21 but its blocked by my ISP. I'm using an internet dongle. I'm travelling and must use the dongle since there is no other wired internet or Wifi in this remote region. I contacted the…
Robin Rodricks
  • 560
  • 2
  • 12
  • 27
0
votes
1 answer

Safer as possible: opinions and tips with FTPS

a customer asked me to set up an automatic backup system in which a machine transfer some important data (.sql dumps) via FTP. He doesn't want SFTP, only FTP. So I ended up doing three things: I used FTPS protocol with TLS disabling SSLv2 & SSLv3 I…
0
votes
0 answers

FTP Server keeps getting connections from router every few seconds

Background / Network Structure The are two layers of routers. The router at the outer layer has public Internet IP 123.123.123.123 (fake as example) and private IP 192.168.11.1. The router at the inner layer, which is also a client of the outer…
midnite
  • 151
  • 5
0
votes
2 answers

from hpux11.3 openssl steps to connect to ftps instrinsic-TLS/SSL

Very hpux11.31 specific question. As a ftps client on a hpux computer, I need to connect to a ftps server using intrinsic SSL/TLS. People may say to use filezilla or curl. I am not looking for that. I am looking for the steps and openssl commands a…
clonea
  • 1
  • 3
1 2 3
8 9