Dynamsoft Home|Product Home

FTPUserName

Description

Sets or returns the user name used to log into the FTP server.

Data type

String.

Syntax

ObjectName. FTPUserName

Remarks

If you  wish to use "anonymous" user name to log into a FTP server, just use the default value of FTPUserName property and FTPPassword property.

When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.

See also

FTPPassword property, FTPPort property, ProxyServer property, FTPDownload, FTPUpload(), HTTPPort property, HTTPUserName property, HTTPPassword property, HTTPDownload(), HTTPUploadThroughPut(), HTTPUploadThroughPost()