Table of Contents

Interface IFtpClientExt

Namespace
SunamoFtp._public.SunamoInterfaces.Interfaces
Assembly
SunamoFtp.dll

Extended FTP client interface for application-specific FTP operations

public interface IFtpClientExt
Extension Methods

Properties

SlashWwwSlash

Gets the path with leading and trailing slash for www directory (e.g., "/www/")

string SlashWwwSlash { get; }

Property Value

string

Www

Gets the www directory name without slashes

string Www { get; }

Property Value

string

WwwSlash

Gets the path with trailing slash for www directory (e.g., "www/")

string WwwSlash { get; }

Property Value

string

Methods

IsInFormatOfAlbum(string)

Determines whether specified folder name matches album format

bool IsInFormatOfAlbum(string folderName)

Parameters

folderName string

Folder name to check

Returns

bool

True if folder name is in album format