Skip to main content

Ftp Class

NuGet: GHIElectronics.TinyCLR.Networking.Ftp
Assembly: GHIElectronics.TinyCLR.Networking.Ftp
Namespace: GHIElectronics.TinyCLR.Networking

FTP protocol method names used by the server's command handling.

public static class Ftp

Fields

ChangeDirectory

public const string ChangeDirectory

Represents the FTP CWD protocol method that changes the current directory.

RenameFrom

public const string RenameFrom

Identifies the source name of a rename operation (RNFR).

RenameTo

public const string RenameTo

Identifies the target name of a rename operation (RNTO).