Hi Jussi,
Our internal FTP server doesn't have any DNS name and so we access it with a static IP address. It looks like Zeus doesn't support IP addresses, only DNS names. Is there any way to configure Zeus' ftp feature for IP addresses?
Thanks!
Jack
FTP Configation with IP addresses
Assume you have a server IP address something like this:
That would be the value you would enter into the server name in the configuration section.
That means to browse the ftp server you would enter this FTP address and then hit the browse button:
You could also load a file by entering something like this and hitting the load button:
Also if you turn on the debug option foind in the General section of the Options, Editor Options menuc you can see the FTP debug output in the Macros debug output menu.
Cheers Jussi
Code: Select all
111.22.333.345
That means to browse the ftp server you would enter this FTP address and then hit the browse button:
Code: Select all
ftp://111.22.333.345/
Code: Select all
ftp://111.22.333.345/home/src/someFile.html
Cheers Jussi