Function:
Establishes a connection using the dialup information set with the DialEntry, or DialLoginUser and DialLoginPassword commands. If these dialup properties have not been set, the script will attempt to use the system’s default dialup connection.
Also the optional parameter "silent" may be used to hide the dialup connection box (Scripting Example43.ftp)
Syntax:
Dial "<parameter>"
Example:
DialEntry="xxxxxxx"
DialLoginUser="xxxxxxx"
DialLoginPassword="xxxxxxx"
Host=ftp.yourhost.net
Port=21
User=your.username
Password=your.password
; ******* Timeout in seconds...
Timeout=120
; ******* ...Dial up if not already connected to the Internet...
Dial
; ******* ...and then connect to FTP host...