Click or drag to resize

FtpDirectoryBeginPutFile(String, String) Method

Starts asynchronous local file upload to directory using alternate name.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public void BeginPutFile(
	string localFile,
	string remoteFile
)
View Source

Parameters

localFile  String
Local file to upload.
remoteFile  String
Remote filename to use for upload.
See Also