Skip to main content

Questions tagged [ftps]

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

0 votes
0 answers
48 views

Traefik with FTPS , TLS offloading issue

i m trying to migrate from HAProxy to Traefik, i have an existing config of Haproxy that act as TCP loadbalancer for an FTPS server. now, i m trying to do that same with traefik. The FPTS server ...
B.albert's user avatar
0 votes
1 answer
129 views

Windows Server 2022 (Azure VM) FTP server. Connects but can't list files in SSL mode

I set up an FTP server within IIS. The data channel port range is set to 5000-6000 and the "External IP address of firewall" is set to the correct public IP address. In the Azure firewall ...
Paul's user avatar
  • 115
0 votes
0 answers
31 views

Not able to FTPS to another server from EC2 under ALB and WAF

I'm having an issue whereby I'm not able to ftps to another server from my EC2. If I run a simple command lftp username:password@serverurl:2121 then proceed to ls, I will be stuck at ls at 0 [...
user774150's user avatar
0 votes
1 answer
459 views

Possible explanation of how SFTP can be 4 times faster than FTPS?

Question iperf3 reports 942Mbps SFTP 1GB transfer at 94~100 MB/s Explicit FTPS 1GB transfer at 19~23 MB/s Both CPU / IO load is under 20% on htop For nearly 99% posts I find in google says that FTP -...
jupiterbjy's user avatar
0 votes
1 answer
767 views

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. ...
Peter Nunn's user avatar
0 votes
1 answer
129 views

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 configuration listen=YES anonymous_enable=NO local_enable=YES write_enable=...
Cool Breeze's user avatar
0 votes
1 answer
1k views

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 ...
Hooman Bahreini's user avatar
0 votes
1 answer
490 views

FTPS error: Winsock error 10060

I have setup an FTPS server on ubuntu using vsftps Here are the FTP configurations: sudo vim /etc/vsftpd.conf listen=NO listen_ipv6=YES anonymous_enable=NO local_enable=YES write_enable=YES ...
Hooman Bahreini's user avatar
1 vote
0 answers
4k views

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 ...
Don R's user avatar
  • 153
1 vote
0 answers
321 views

AWS FTPS server abruptly closes connection

I have an FTPS server on AWS Transfer which is inside a VPC with 2 subnets (with private and public IPs). I am trying to upload camera footages from a wireless camera to my FTPS server, but the server ...
ninsonTan's user avatar
  • 111
1 vote
0 answers
722 views

How to connect FTPS using jenkins and copy files there

I am trying to access FTPS site using jenkins "Publish over ftp" plugin. With winscp, I am able to connect but with with jenkins I wasn't able to. I tried with option "Use Implicit TLS&...
uday kiran's user avatar
0 votes
1 answer
1k views

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 ...
Bstorm's user avatar
  • 101
1 vote
1 answer
314 views

How to use proftpd in SliTaz

I would like to use FTP over TLS on SliTaz. I’ve installed proftpd with the following command: tazpkg get-install proftpd I’m used to start and stop programs on SliTaz with /etc/init.d/program start ...
Sam's user avatar
  • 113
1 vote
2 answers
4k views

Using FTP on IIS in passive mode both for internal and external network

We have an server in our DMZ running Windows Server 2016, with IIS are are having some issues using FTP in Passive mode from our internal network. We want to be able to use this both from our inside ...
John-Rock Bilodeau's user avatar
1 vote
1 answer
4k views

Ftps server doesn't work properly using kubernetes [closed]

i have a problem with ftps-filezilla and Kubernetes for weeks. CONTEXT : I have a school project with Kubernetes and ftps. I need to create a ftps server in kubernetes in the port 21, and it needs ...
bsteve's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
���
9