Posted inExperience / Information Technology / Thank You Sir May I Have Another

FileZilla and OpenVMS

Oh, you’ve all been there. For whatever reason you are forced to edit something on your Linux desktop (because no professional uses a Microsoft product)  Even the editors which _claim_ ftp support are completely worthless at file versions. PC based systems simply don’t understand what professional grade operating systems provide and the services production requires. You can move x86 based hardware into the computer room, but you can’t make it production quality.

Most of the free editors on Linux don’t directly support or offer FTP based editing.  Most of the responses you will find on various user forums and news groups fall into one of two categories.

  1. Use an FTP client like FileZilla to open a local copy of the file with an editor.
  2.  Map the FTP site in Dolphin and then open it with any editor which supports Dolphin device lists (or whatever they are currently using in Gnome or insert-desktop-name-here.)

Well. Dolphin dies a horrible death trying to process a directory listing from VMS. Oh, it successfully connects, but then it dies. Well, fails. It doesn’t crash. You see zero files. It is most likely using the same library routine as all of the plug-ins for the Atom editor because they all fail the same way. Can’t understand anything which isn’t *nix based.

As the image shows, FileZilla can successfully list the directory. It can even copy files to and fro. What it doesn’t do by default is strip the version number syntax from the file name. If you are really lucky poking around on the user forum, or someone is kind when you ask a question, they will point you to an obscure post. That post directs you to find a file named filezilla.xml and change one line. On KDE Neon that file is found under your home directory.

.config/filezilla/filezilla.xml

The line you need to change is this:

<Setting name="Strip VMS revisions">1</Setting>

You need to change the default value of zero to 1.

Roland Hughes started his IT career in the early 1980s. He quickly became a consultant and president of Logikal Solutions, a software consulting firm specializing in OpenVMS application and C++/Qt touchscreen/embedded Linux development. Early in his career he became involved in what is now called cross platform development. Given the dearth of useful books on the subject he ventured into the world of professional author in 1995 writing the first of the "Zinc It!" book series for John Gordon Burke Publisher, Inc.

A decade later he released a massive (nearly 800 pages) tome "The Minimum You Need to Know to Be an OpenVMS Application Developer" which tried to encapsulate the essential skills gained over what was nearly a 20 year career at that point. From there "The Minimum You Need to Know" book series was born.

Three years later he wrote his first novel "Infinite Exposure" which got much notice from people involved in the banking and financial security worlds. Some of the attacks predicted in that book have since come to pass. While it was not originally intended to be a trilogy, it became the first book of "The Earth That Was" trilogy:
Infinite Exposure
Lesedi - The Greatest Lie Ever Told
John Smith - Last Known Survivor of the Microsoft Wars

When he is not consulting Roland Hughes posts about technology and sometimes politics on his blog. He also has regularly scheduled Sunday posts appearing on the Interesting Authors blog.