Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Host does not exist!

Please attach complete log files both from GUI and script.
Xpander

Host does not exist!

Changed script to:

open -explicittls ftp://username:password@server:21

I get a reply that the Host does now exist!

The username, password, server and port connect with no problem with the GUI and FTP over explicit TLS.

Is some other command that is default in the Gui required?

Thanks
Xpander

Simple explicittls download

I can get into a server requiring FTP over explicit TLS with the GUI, but through a script I get a prompt for HOST.

Tried :
option batch abort
option confirm off
open /explicittls ftp://username:password@server:21

?