Sets the current directory on remote server

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

Syntax

C#
public void SetRemoteDirectory(
	string remotePath
)
Visual Basic (Declaration)
Public Sub SetRemoteDirectory ( _
	remotePath As String _
)
Visual C++
public:
void SetRemoteDirectory(
	String^ remotePath
)

Parameters

remotePath
Type: System..::.String
Remote path on ftp server

See Also