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

Syntax

C#
public void Put(
	string localPath,
	string remoteFile
)
Visual Basic
Public Sub Put ( _
	localPath As String, _
	remoteFile As String _
)
Visual C++
public:
virtual void Put(
	String^ localPath, 
	String^ remoteFile
) sealed

Parameters

localPath
Type: System..::..String
remoteFile
Type: System..::..String

Implements

IFileTransferClient..::..Put(String, String)

See Also