Accusoft.TwainPro9.Net
FtpTransferException Class
Members 




This exception is thrown if an error occurs trying to FTP an image.
Object Model
FtpTransferException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class FtpTransferException 
   Inherits TwainProException
'Usage
 
Dim instance As FtpTransferException
[SerializableAttribute()]
public sealed class FtpTransferException : TwainProException 
[SerializableAttribute()]
public __gc __sealed class FtpTransferException : public TwainProException 
[SerializableAttribute()]
public ref class FtpTransferException sealed : public TwainProException 
Remarks

Possible causes:

The machine is not currently connected to a network. The FTP UserName and/or FTP Password properties are not correct for the requested host specified in the Save method.

The host and or path specified in the Save method doesn’t exist.

The path was not specified in the Save method. A fully qualified url containing both the servername and file path must be specified. For example, "http://ftp.myserver.com/ftp/public/test.jpg" contains both the server and file information, but "http://ftp.myserver.com" does not.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Accusoft.TwainProSdk.TwainProException
            Accusoft.TwainProSdk.FtpTransferException

See Also

Reference

FtpTransferException Members
Accusoft.TwainProSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback