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
1
vote
2 answers

Apache proxy to FTPS

I have a CentOS 6.4 server with Apache 2.2.15. I would like to do a proxy to ftps server. Bellow you can find my configuration: DocumentRoot /var/www/html/root RewriteEngine On SSLProxyEngine on SSLProxyMachineCertificateFile…
VanditBoy
  • 23
  • 1
  • 5
1
vote
1 answer

Connecting to passive FTP over SSL (ftps)

I have setup an FTP service in Windows Azure using this guide http://www.itq.nl/blogs/post/Walkthrough-Hosting-FTP-on-IIS-75-in-Windows-Azure-VM.aspx The FTP Server works well when I connect without SSL when sitting at work behind my office…
Martin
  • 113
  • 1
  • 6
1
vote
1 answer

SFTP (or similar) server automated setup for group spaces

I need to build a dedicated machine which will be used to allow our clients to upload and download files in a secure manner. Each client has multiple users, and I would rather not hand out generic client users which are used by multiple people. Each…
spikeheap
  • 113
  • 4
1
vote
1 answer

FTPS SSH Host Key after IP Address Change

I have a Secure FTP (FTPS) server that my remote sites to upload files to daily via scripted routines that run. I have had issues in the past when upgrading hardware and deploying new servers causing the RSA Fingerprint to change for that server.…
David Mathis
  • 898
  • 2
  • 9
  • 21
1
vote
1 answer

FTPS failing on LIST command with error;

The machine in question is running CentOS 5.7 and vsftpd-2.0.5-21.el5.x86_64. My client can connect to the server and interact with it normally over standard FTP. It can also connect via FTPS and authenticate properly, but when my client…
noct
  • 13
  • 2
1
vote
0 answers

Is it fundamentally wrong to ask an FTPS client to connect on port 990/989 using explicit mode?

I have recently setup vsftpd to listen on port 990 for FTP over explicit SSL. I know from the RFCs that 990 is normally used for implicit. However, we have other FTPS servers accessed from the Internet via a single IP with NAT with static port…
campbeld
  • 13
  • 4
1
vote
1 answer

Which one do you choose SFTP or FTPS

Possible Duplicate: FTP v/s SFTP v/s FTPS I want to establish a secure file transfer system, but I'm very confused about choosing between SFTP and FTP SSL. Can you give me some suggestion and consideration why I use SFTP or FTP SSL?
adi sembiring
  • 113
  • 1
  • 1
  • 4
1
vote
1 answer

Does vsftpd support Clear Command Channel (CCC)?

Does the VSFTPD server support Clear Command Channel (CCC) per RFC 2228? If it does support CCC, does it need to be enabled? Or, is it enabled with the whole FTPS suite of configuration parameters?
Matt Cummings
  • 181
  • 1
  • 1
  • 6
1
vote
2 answers

My host doesn't support secure file transfers. I don't have root access. Do I have any options at all?

I like this host a lot, and the lack of secure file transfer is the only thing stopping me from committing to them for a new e-commerce site. I've seen a few recommendations for WebDav, but that would still involve at least one change on the host,…
boot13
  • 185
  • 1
  • 1
  • 9
1
vote
0 answers

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 seems to be closing the connection after a short…
ninsonTan
  • 111
  • 3
1
vote
0 answers

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" checked but no use. Even I tried with Explicit TLS also in…
uday kiran
  • 69
  • 3
1
vote
1 answer

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 or stop but I can’t figure out how to start…
Sam
  • 113
  • 1
  • 1
  • 5
1
vote
2 answers

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 network, as well as from outside our network. At…
1
vote
1 answer

Ftps server doesn't work properly using kubernetes

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 to run on alpine linux. So i create an image of my…
bsteve
  • 21
  • 1
  • 6
0
votes
0 answers

FTP load balancer issue with some FTP clients

I have a question about our FTP server configuration. So we currently have 2 FTP servers with are being load-balanced. The two servers and load balancer are only accessible on our internal network. Now, our FTP configuration works fine. I can manage…
1 2 3
8 9