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
1 answer

lftp 4.8.4 refuses to talk TLS1.2 with z/OS ftps host

Appreciate any advice on below problem: I have a problem to connect z/OS FTPS server when I choose TLS1.2 protocol: leonidt@zdsdeveng03:/gsa/pokgsa/home/l/e/leonidt/20190114_Switch2lftp> ~/local/bin/lftp -u us15030,********…
1
vote
0 answers

Only Cannot Access FTP Server from Outer Sub-net (error 425)

Background / Network Structure The are two layers of routers. The router at the outer layer has public Internet IP 123.123.123.123 (fake as example) and private IP 192.168.0.1. The router at the inner layer, which is also a client of the outer…
midnite
  • 151
  • 5
1
vote
3 answers

Filezilla FTP with Google Cloud compute engine Windows virtual instance not listing directory

I have a Windows 2016 VM instance in Google cloud. I have added an inbound Windows firewall rule to allow port 21. I have configured Google cloud with both inbound firewall rules for port 21 as well as outbound for all ports for passive. I am able…
1
vote
1 answer

Debugging curl FTPS connection, using Client Authentication certificates (OpenSSL)

(Moved from StackOverflow) I've been asked to setup an FTPS connection, using a Client Authentication certificate. I'm the client, connecting to the server. I'm on a Windows 7 workstation, behind a firewall, although this connection will eventually…
geonaut
  • 111
  • 1
  • 5
1
vote
1 answer

Configuring vsftpd to use FTPS

I'm trying to configure vstpd to use FTPS. I basically followed these instructions. I set up everyhting and generated a self-signed certificate which totally suits my needs, this ftp is not to be public. But when I try to connect to the ftp server…
JuCachalot
  • 217
  • 1
  • 4
  • 6
1
vote
1 answer

How to use a specific port for ftp over tls filezilla

I want to configure filezilla to use port 2121 with FTP over TLS and standard port 21 for plain FTP? How can do that? I have configured FTP over TLS with certificates, but clients can still connect to ftp server using both ftp and ftpes.
1
vote
1 answer

Virtual Hosting FTP, FTPS and SFTP

I have a need to setup an FTP server for many users to upload and download files. The users are not consistent in their chosen protocol, some use FTP, some FTPS, some SFTP. I would like to setup a server to provide this preferably using some Virtual…
Antitribu
  • 1,719
  • 3
  • 23
  • 37
1
vote
1 answer

How to automate FTP user password updates, on a remote IBM z/OS FTP server?

We wish to solve the business problem of how to schedule automated password updates, on a remote FTP server (note: z/OS) over which we have no administrative control, before the password expires. For example, once each month, update user JDoe's…
iokevins
  • 274
  • 2
  • 18
1
vote
0 answers

How do I configure an Azure WebJob to connect with single IP to FTPS?

I want to connect to a secure FTP server (FTPS, not SFTP) from an Azure WebJob (basically an Azure Web App instance). In order to do a secure file transfer, the same SSL session must be reused for the control and data channel. However, the server…
Anton
  • 111
  • 3
1
vote
1 answer

How many data channel ports do I need for an FTPS server running behind NAT?

As the title states, I currently have an FTP server accessible via FTP or FTPS (explicit) running NATed behind a router. The server is running Windows Server 2012 R2 with IIS 8.0 (I believe that is the version that ships with 2012r2). The server…
IsAGuest
  • 947
  • 9
  • 14
1
vote
2 answers

Polling FTPS/SFTP Server with Windows Server 2012

Is it possible to securely routinely poll an external FTPS (or SFTP) server and copy/move the files locally using standard Windows Server 2012 functionality? I imagine the use of scheduler to do the polling/movement, but is there capability to add…
1
vote
2 answers

using ftp instead of ftps

I need to say that I'm not an expert in the web hosting and the whole networking subject and I recently had an argument with my web hosting provider regarding a FTP issue. My web hosting account is a reseller web hosting account and recently, I…
1
vote
1 answer

proFTPD with FTPS (openssl)

Have installed proFTPD from webmin and it works... Then I would like to support FTPS command line apt-get install openssl mkdir /etc/proftpd/ssl cd /etc/proftpd/ssl openssl req -x509 -nodes -days 9999 -newkey rsa:2048 -keyout private.key -out…
clarkk
  • 2,035
  • 8
  • 24
  • 36
1
vote
0 answers

Pure-ftpd 0 bytes Upload

hopefully someone will be able to shed some light on this one. We currently have a Pure-ftpd service installed on a RHEL6.5 server accepting connection from a client who drops files ever X hours. Then, on random days, approx around 04h00 in the…
Lunix
  • 11
  • 2
1
vote
1 answer

IIS 7.5 FTP over SSL is immediately rejected from domain

I'm having trouble establishing a FTP over explicit TLS connection. The server is set to require SSL. I can establish a connection from machines in the same domain. Machines in a different domain get immediately rejected even before the server asks…
1 2 3
8 9