FtpResult
public struct FtpResult : Equatable
Result type.
-
Undocumented
Declaration
Swift
public let result: Result
-
Undocumented
Declaration
Swift
public let resultStr: String
-
Possible results returned for FTP commands
See moreDeclaration
Swift
public enum Result : Equatable
-
Initializes a new
FtpResult
.Declaration
Swift
public init(result: Result, resultStr: String)
Parameters
result
Result enum value
resultStr
Human-readable English string describing the result
-
Declaration
Swift
public static func == (lhs: FtpResult, rhs: FtpResult) -> Bool