edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Puts this entire directory and its contents, recursively going through the local directory supplied (which can be relative or absolute).

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void Put(
	string localDir,
	string remoteDir,
	bool detectTransferMode
)
Visual Basic
Public Sub Put ( _
	localDir As String, _
	remoteDir As String, _
	detectTransferMode As Boolean _
)
Visual C++
public:
void Put(
	String^ localDir, 
	String^ remoteDir, 
	bool detectTransferMode
)

Parameters

localDir
Type: System..::..String
name of local directory to get files into
remoteDir
Type: System..::..String
name of remote directory to get files from
detectTransferMode
Type: System..::..Boolean
true if transfer mode is to be auto-detected from

Remarks

Puts the directory into the current remote directory, into a directory with the supplied remoteDir name.

See Also