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
Www
Gets the www directory name without slashes
string Www { get; }
Property Value
WwwSlash
Gets the path with trailing slash for www directory (e.g., "www/")
string WwwSlash { get; }
Property Value
Methods
IsInFormatOfAlbum(string)
Determines whether specified folder name matches album format
bool IsInFormatOfAlbum(string folderName)
Parameters
folderNamestringFolder name to check
Returns
- bool
True if folder name is in album format