|
FtpClient(Boolean) Constructor
|
Constructs a new FTP session using the specified settings.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public FtpClient(
bool caseInsensitive
)
Public Sub New (
caseInsensitive As Boolean
)
public:
FtpClient(
bool caseInsensitive
)
new :
caseInsensitive : bool -> FtpClient
GSF.Net.Ftp.FtpClient = function(caseInsensitive);
View SourceParameters
- caseInsensitive Boolean
- Set to true to not be case sensitive with FTP file and directory names.
See Also