[Info-vax] USing UltraEdit against OpenVMS.
Jan-Erik Soderholm
jan-erik.soderholm at telia.com
Sun Feb 20 10:11:07 EST 2011
R.A.Omond wrote 2011-02-20 15:14:
> 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).
>
>
OK, Got it running. Had some initial problems since I didn't
shutdown the "UCX" parts fully... :-)
Things do work better from UE now "out of the box".
There are some minor things like when clicking the
small "+" in from of a directory filename, I get this
in the UE log :
2011-02-20 15:54:37: CWD TRADSCHED.DIR
2011-02-20 15:54:37: 550-Directory [.TRADSCHED.DIR] not found,
Requested action not taken.
Maybe there is some option to hide the ".DIR" part of a filename
in the file listing sent back to the client...
When opening a file from the UE "File View", doing some changes
and pressing ctrl-S (or "Save" from the menus) it creates a
new version of the file, as wanted.
UE only showed the highest version, but that could easily be changed
by adding a "list filter" as "*.*;*" to the server config in UE. The
default list filter was "*.*".
Jan-Erik.
More information about the Info-vax
mailing list