FTPConnectionOnUploading(String, String, WriteMode) Method
Called when a file is about to be uploaded.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected bool OnUploading(
string localPath,
ref string remoteFile,
ref WriteMode writeMode
)
Protected Function OnUploading (
localPath As String,
ByRef remoteFile As String,
ByRef writeMode As WriteMode
) As Boolean
protected:
bool OnUploading(
String^ localPath,
String^% remoteFile,
WriteMode% writeMode
)
member OnUploading :
localPath : string *
remoteFile : string byref *
writeMode : WriteMode byref -> bool
- localPath String
- Path of local file.
- remoteFile String
- Path of remote file.
- writeMode WriteMode
- Write-mode of the transfer (i.e. overwrite, append or resume).
Booleantrue if the operation is to continue.