Puts a file on a ftp server Then it can verify the size of the file on the remote server is the same as locally.

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool PutFile(
	string localFile,
	bool veriftySize
)
Visual Basic (Declaration)
Public Function PutFile ( _
	localFile As String, _
	veriftySize As Boolean _
) As Boolean
Visual C++
public:
bool PutFile(
	String^ localFile, 
	bool veriftySize
)

Parameters

localFile
Type: System..::.String
File to upload
veriftySize
Type: System..::.Boolean
Verfiy the size of the file

Return Value

True if the transfer is a success

See Also