Skip to content
#

ftps

Here are 51 public repositories matching this topic...

Gunni
Gunni commented Sep 2, 2019

What we Did

Hey, this isn't a bug, it's just something me and @polarina did and we had a lot of trouble doing but in the end I believe it's worth it and worth documenting. We are open to constructive criticism for what we did. I was learning how to use proftpd as I went along so i probably made some beginner mistakes.

We created a config and systemd units for a socket activated proftpd t

je-sketch
je-sketch commented Nov 17, 2019

Here is an example that you can put in conf.d/ :

LoadModule mod_proxy.c
ProxyEngine On
ProxyTables /dev/shm/proftpd_mod_proxy
ProxyLog /var/log/proftpd/proxy.log
#TraceLog /var/log/proftpd/trace.log
#Trace proxy:20 proxy.ftp.conn:20 proxy.ftp.ctrl:20 proxy.ftp.data:20 proxy.ftp.msg:20 proxy.ftp.xfer:20
SQLNamedQuery getBackend SELECT "CONCAT('ftp://', server_hostname) FROM ftp_accoun
fintanmm
fintanmm commented Apr 24, 2018

.SYNOPSIS –a brief explanation of what the script or function does.
.DESCRIPTION – a more detailed explanation of what the script or function does.
.PARAMETER name – an explanation of a specific parameter. Replace name with the parameter name. You can have one of these sections for each parameter the script or function uses.
.EXAMPLE – an example of how to use the script or function. You can ha

Improve this page

Add a description, image, and links to the ftps topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ftps topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.