Support for OpenVMS
Brought to you by:
ashish_kulz,
harrybharry
NppFTP is unable to support an OpenVMS system due to the syntax of the VMS directories. When connecting to the system a PWD command is issued and the response is something like the following example:
-> PWD
257 "USER$DISK:[USERS.MYUSER]" is current directory.
This generates an access violation presumably because NppFTP does not know how to handle this. OpenVMS can handle normal unix style paths in commands like "./sub-dir" and "../". However, the current working directory is not reported in a unix style.