Table of Contents

Class FtpBaseNewFluentFtp

Namespace
SunamoFluentFtp._public.SunamoFtp.Base
Assembly
SunamoFluentFtp.dll

Base class for FluentFTP operations. IDisposable cannot be here - since it is in _sunamo, it must be internal

public abstract class FtpBaseNewFluentFtp : FtpAbstractFluentFtp
Inheritance
FtpBaseNewFluentFtp
Derived
Inherited Members
Extension Methods

Methods

DebugAllEntries()

Debugs all directory entries

public abstract void DebugAllEntries()

DebugDirChmod(string)

Debugs directory permissions

public abstract void DebugDirChmod(string directory)

Parameters

directory string

Directory path

Dispose()

Disposes resources used by the FTP client

public abstract void Dispose()

UploadFile(string)

Uploads a file to the server

public abstract Task UploadFile(string path)

Parameters

path string

Local file path to upload

Returns

Task