Questions tagged [ftps]

An extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic protocols.

FTPS (also known as FTP-ES, FTP-SSL and FTP Secure) is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and the Secure Sockets Layer (SSL) cryptographic protocols.

FTPS should not be confused with the SSH File Transfer Protocol (SFTP), an incompatible secure file transfer subsystem for the Secure Shell (SSH) protocol. It is also different from Secure FTP, the practice of tunneling FTP through an SSH connection. For SFTP, see the corresponding tag .

545 questions
-1
votes
1 answer

enable ssl connection filezilla throught powershell

is there any way to enable ssl/tls on a running filezilla ftp server using powershell script? i found info on how to do it in iis (here) but not for filezilla. any tip?
-2
votes
1 answer

What is an example of a situation in which FTP and FTPS would be in the place of HTTP or HTTPS?

I used to think that FTPS was better for downloading large files, but through more research I have found that HTTPS is actually faster and more secure. So then in what situations does FTP or FTPS actually provide an advantage over HTTP or HTTPS?
mostlyAsking7179
  • 204
  • 2
  • 11
-2
votes
2 answers

Duplicity does not work with lftp+ftps backend

Trying to backup Ubuntu 18.04.1 server using duplicity to a FTPS (FTP over SSL) server. The password is stored in the FTP_PASSWORD environment variable as suggested. The duplicity command is: duplicity /path/to/backup…
tgharold
  • 721
  • 6
  • 15
-2
votes
1 answer

FTP batch of documents

I want to know the best practice to ftps batch of new documents. Working on a service which which will take batch of documents and ftp it to remote server. I will maintain transaction log of each document which arrived for reporting purposes for…
nanosoft
  • 2,913
  • 4
  • 41
  • 61
-2
votes
1 answer

How to configure FTPs on AWS EC2 with windows instance

How to configure FTPs on AWS EC2 with windows instance?
1 2 3
36
37