Handles FTP transactions!

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public class FtpClient : IDisposable
Visual Basic (Declaration)
Public Class FtpClient _
	Implements IDisposable
Visual C++
public ref class FtpClient : 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

System..::.Object
  HS.Sys.TheEnterprise.Common.Laserbear..::.FtpClient

See Also