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
0 answers

vsftpd implicit ftp server

I'm trying to set up ftp server with ftps connection. I need it to test my code that uses bunch other ftp servers who use implicit ssl. So far I didn't manage to set it up. Can't find much useful info on this topic and another problem I have is that…
barmaxon
  • 1
  • 1
0
votes
0 answers

NetFilter ConnTrack FTP helper alernative fo handle FTPS

I've been using nf_conntrack_ftp module successfully (though rarely), but now I have to deal with TLS-encrypted FTP - this renders that helper useless an I would have to resort to opening the firewall statically, which I'd rather avoid. Are there…
madman_xxx
  • 198
  • 6
0
votes
0 answers

ftps setup with client certificate verification

I'm trying to set up an ftps server (vsftpd) where the login method from the clients will not be through password but through client certificate verification. As I have not been successful from what I see in various links on the internet, does…
dvc
  • 11
  • 1
0
votes
1 answer

Move files from a remote ftp server to a local

I need to pull files from an ftp server regularly and have found that I can get the files easily enough using wget wget -m --user=yyy --password=xxxx ftps://host.com.au and that works really nicely. The problem is, it obviously leaves the files…
Peter Nunn
  • 452
  • 1
  • 11
  • 25
0
votes
1 answer

Allow FTP for user1 and FTPS for user2 in ubuntu

Is this possible to allow FTP protocol for user1 and use FTPS for user2 in Ubuntu 18.04? I'm using vsftpd with the following…
Cool Breeze
  • 101
  • 4
0
votes
1 answer

Can the same sever accept both Explicit and Implicit FTPS?

I am using VSFTPD on an Ubuntu server. I have 2 clients who want to connect to this FTP server, one of them uses FTPS with Explicit Authentication and the other client uses FTPS with implicit authentication. Is there anyway that could configure…
Hooman Bahreini
  • 518
  • 6
  • 17
0
votes
1 answer

FTPS error: Winsock error 10060

I have setup an FTPS server on ubuntu using vsftps Here are the FTP configurations: sudo vim…
Hooman Bahreini
  • 518
  • 6
  • 17
0
votes
0 answers

FTP on IIS is not allowing FTPS connection

I am trying to set up an FTP site on Windows Server 2019/IIS running on an AWS EC2 instance. I have added the FTP service, added an FTP site, installed a TLS certificate and bound it to FTP, and selected the Require SSL connections option under FTP…
Don R
  • 143
  • 2
  • 11
0
votes
1 answer

Can't make vsftpd on kubernetes (minikube) with load balancer AND ssl work

CONTEXT School project : to host several services on a kubernetes node minikube including a ftps server on port 21 using a load balancer. School ask us to make our own images based on Alpine. What I did so far I setup metallb as loadbalancer. I…
Bstorm
  • 101
  • 1
-1
votes
2 answers

How to fix ftps connection refused issue while connecting with filezila

I have configured FTPS in a linux machine but when i am trying to connect through ftps in filezila below error is coming. Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server
-1
votes
2 answers

Cannot transfer files to Windows Server 2012 IIS with FTPS encryption active

So I'm pretty new to IIS and FTPS, tho I usually use ubuntu and vsftpd with sftp for secure file transfer. But in this case I was tasked with setting up a FTP server on a Windows server 2012 environment. Set up the user and FTP service and did a…
-4
votes
2 answers

Is it possible to use a ftps server (NAS) to use as a virtual hard drive in VMware vSphere Hypervisor, if so, how?

The title explains most of it. Basically, let's say I have a NAS(I don't). I want to allow another computer to use it as storage for a virtual machine on VMware vSphere Hypervisor. The software on the NAS will most likely be QTS by QNAP.
-4
votes
1 answer

Server that transfers FTP to FTPS without downloading on my PC

I need to do a server to server transfer, and the data is about 1 TB in size. One server supports plain FTP, but the other mandates FTPS. Both servers are located in the US. If the data was within a GB I could download it onto my PC via FTP and…
Robin Rodricks
  • 560
  • 2
  • 12
  • 27
1 2 3
8
9