Creates a new upload spec based on a file name.

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

Syntax

C#
public UploadSpec(
	string pathname,
	string fieldName
)
Visual Basic
Public Sub New ( _
	pathname As String, _
	fieldName As String _
)
Visual C++
public:
UploadSpec(
	String^ pathname, 
	String^ fieldName
)

Parameters

pathname
Type: System..::..String
fieldName
Type: System..::..String

See Also