Click or drag to resize

FtpHelperUploadFile Method

Upload File

Namespace:  SHConnector.Utility.Net
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public bool UploadFile(
	string sourceFilePath,
	string targetFileUri
)

Parameters

sourceFilePath
Type: SystemString
입력 파일 경로
targetFileUri
Type: SystemString
저장 경로

Return Value

Type: Boolean
업로드 결과
See Also