ediTransport
The ediTransport object controls how files are transferred.
Methods
GetDirectory - Gets a listing of files
and folders at a specified location on a remote server.
GetFtpCfg - Gets the FTP configuration object.
GetHttpCfg - Gets the
HTTP configuration object.
GetMapiCfg - Gets the
MAPI configuration object.
GetSmtpCfg - Gets the
SMTP configuration object.
DeleteRemoteFile -
Deletes a file from a remote server.
IsExist - Indicates if a
file exists at the remote location. The connection made to the remote server
is made using the configurations specified in the object.
Receive - Receives a file
based on all the receiving parameters specified in the transport object.
ReceiveFile - Receives
a file from the remote server based on all the information specified in the
transport object.
RenameRemoteFile -
Rename a file on a remote computer.
Send - Sends the file based on all the destination information specified in the transport object.
SendFile - Sends an
external file based on all the destination information specified in the
transport object.
SetFTP - Enables the ability to send the file using FTP method.
SetHTTP - Enables the ability to send the file using HTTP method.
SetHTTPS - Enables the
ability to send or receive a file using HTTPS method.
SetSMTP - Enables the ability to send the file using SMTP method.
TestConnection -
Tests for ability to connect to the destination server.
Properties
Address - Sets or gets the address.
DisplayName - Sets or gets the display name.
EnableVerbose -
Enables/disables the ability to receive notifications while sending or
receiving documents.
InternetUrl - Sets or
gets the Uniform Resource Locator (URL) for the transport.
LastResponseInfo -
Returns data that was immediately available for
download after an HTTP request has been sent.
Message - Sets or gets the message.
Password - Sets or gets the password.
ServerPort - Sets or
gets the port on the server to connect to.
Subject - Sets or gets the subject.
TargetObject - Gets
the string that was used to specify the target object when sending and
receiving using HTTP or FTP.
TargetPath - Sets or gets the target path.
TimeOut - Sets or gets the
connection time out value in seconds.
TransferType - Sets or returns the type of transport to undertake when sending a document.
UrlQuery - Sets or gets Uniform Resource Locator (URL)
query.
User - Sets or gets the name of the User.