filezilla

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FileZilla

func FileZilla() []common.FileZillaPassWord

Types

type FileZillaXML

type FileZillaXML struct {
	Version       string       `xml:"version,attr"`
	Platform      string       `xml:"platform,attr"`
	RecentServers RecentServer `xml:"RecentServers"`
}

type RecentServer

type RecentServer struct {
	Server []Server `xml:"Server"`
}

type Server

type Server struct {
	Host         string `xml:"Host"`
	Port         string `xml:"Port"`
	Protocol     int    `xml:"Protocol"`
	Type         int    `xml:"Type"`
	User         string `xml:"User"`
	Pass         string `xml:"Pass"`
	Logontype    int    `xml:"Logontype"`
	PasvMode     string `xml:"PasvMode"`
	EncodingType string `xml:"EncodingType"`
	BypassProxy  bool   `xml:"BypassProxy"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL