Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sftp (0.28 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".\n\nPossible enum values:\n - `\"SCTP\"` is the SCTP protocol.\n - `\"TCP\"` is the TCP protocol.\n - `\"UDP\"` is the UDP protocol.",
    							Default:     "TCP",
    							Type:        []string{"string"},
    							Format:      "",
    							Enum:        []interface{}{"SCTP", "TCP", "UDP"},
    						},
    					},
    					"hostIP": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. CREDITS

    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
    ================================================================
    
    github.com/pkg/sftp
    https://github.com/pkg/sftp
    ----------------------------------------------------------------
    Copyright (c) 2013, Dave Cheney
    All rights reserved.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

              "type": "string"
            },
            "protocol": {
              "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".",
              "type": "string"
            }
          },
          "required": [
            "containerPort"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top