Handles FTP transactions!
Namespace:
HS.Sys.TheEnterprise.Common.Laserbear
Assembly:
Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class FtpClient _
Implements IDisposable |
Examples
CopyC#
FtpClient ftpClient = new FtpClient(serverName, username, password, portNumber);
CopyVB.NET
Dim ftpClient As FtpClient = New FtpClient(serverName, username, password, portNumber)
CopyVBScript
Set ftpClient = CreateObject("HS.Sys.TheEnterprise.Common.Laserbear.FtpClient")
Inheritance Hierarchy
See Also