[Info-vax] USing UltraEdit against OpenVMS.
R.A.Omond
Roy.Omond at BlueBubble.UK.Com
Sun Feb 20 09:14:56 EST 2011
On 20/02/2011 13:59, Jan-Erik Soderholm wrote:
> [...snip...]
> Ah well...
> Found a HGFTP kit and it (HGFTP) support both SIZE and MDTM.
>
> Currently downloading.
>
> Now the question is how to replace the TCPIP Services FTP server
> with the one in HGFTP...
First of all, good idea to use HGFTP.
It's very easy to do what you want.
$ tcpip disable service ftp
$! If the FTP server is still running ...
$ @sys$startup:tcpip$ftp_shutdown
$ tcpip set config enable noservice ftp
And, of course, stick a call to [HG.Com]FTP_Startup in your
system startup (after TCP/IP Services have been started).
More information about the Info-vax
mailing list