Sha256: 654fabab2554a09cf0ee465cd8ed22848f52760ad30232be1043114e9ec58f7c
Contents?: true
Size: 745 Bytes
Versions: 19
Compression:
Stored size: 745 Bytes
Contents
Feature: Implicit TLS As a server I want to use implicit TLS Because I must serve out-of-date clients Background: Given the test server has TLS mode "implicit" And the test server is started Scenario: Active Given a successful login with implicit TLS And the client has file "ascii_unix" And the client is in active mode When the client successfully puts text "ascii_unix" Then the remote file "ascii_unix" should match the local file Scenario: Passive Given a successful login with implicit TLS And the client has file "ascii_unix" And the client is in passive mode When the client successfully puts text "ascii_unix" Then the remote file "ascii_unix" should match the local file
Version data entries
19 entries across 19 versions & 2 rubygems