How to configure TCC (4NT) to use a special FTP proxy (firewall)?
A standard ftp client works with those settings ...
USER user@Hostname firewalluser PASS pass ACCT firewallpass
... TCC (4NT) got other only options like firewall / User / Password.
How to transform the above proxy path through string (see above) with TCC / 4NT
The Windows ftp works like this:
c:\>ftp -s:Script.ftp
Script.ftp
######
open FTPProxyServer
(Login ID Internet FTPServer) (fire wall ID)
(Password to login to the Internet FTPServer)
(Password of the fire wall ID)
(ftp commands like cd /dir1 or get file.txt)
bye
quit
any help would be appreciated.
A standard ftp client works with those settings ...
USER user@Hostname firewalluser PASS pass ACCT firewallpass
... TCC (4NT) got other only options like firewall / User / Password.
How to transform the above proxy path through string (see above) with TCC / 4NT
The Windows ftp works like this:
c:\>ftp -s:Script.ftp
Script.ftp
######
open FTPProxyServer
(Login ID Internet FTPServer) (fire wall ID)
(Password to login to the Internet FTPServer)
(Password of the fire wall ID)
(ftp commands like cd /dir1 or get file.txt)
bye
quit
any help would be appreciated.