Removing OpenVMS file-level version numbers

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Locked
Message
Author
dgilbert
500 Command not understood
Posts: 1
Joined: 2018-02-10 11:45
First name: David
Last name: Gilbert

Removing OpenVMS file-level version numbers

#1 Post by dgilbert » 2018-02-10 12:38

Update.
I found what looks like a way to force VMS version stripping on transfers to Windows. I edited the filezilla.xml file and set "StripVMSRevisions" to 1. Then I altered the security settings of this file to remove Write and Modify access. Now transfers from VMS to Windows do strip the VMS version numbers but I occasionally have to dismiss a FileZilla dialog that complains the it cannot modify filezilla.xml or create a backup of this file. That is also annoying but far less annoying than the transfers that maintain the VMS version numbers.


Hello,
I am using FileZilla 3.30.0 to connect to an OpenVMS version 8.4 server from a Windows client.
Is there a way to get this client version to strip the OpenVMS file version numbers when transferring to Windows?
I used the Site Manger and configured the target server as VMS.
I also edited the filezilla.xml file and set "StripVMSRevisions" to 1 but that had no effect and, in addition, someone keeps setting it back to 0.
Any feedback appreciated,
Thanks,
David Gilbert

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Removing OpenVMS file-level version numbers

#2 Post by botg » 2018-02-10 21:55

Sounds like you damaged the settings file. Make sure it's a well-formed XML document and don't change its permissions away from the default.

markitz
500 Command not understood
Posts: 1
Joined: 2023-03-09 09:04
First name: Mark
Last name: Itzcovitz

Re: Removing OpenVMS file-level version numbers

#3 Post by markitz » 2023-03-09 09:14

To help anyone else finding this, change the "StripVMSRevisions" setting in filezilla.xml to 1, as stated in the original post, but DO NOT have FileZilla open while you change it; FileZilla reads the settings on startup and writes them back out on close. On Windows you can find filezilla.xml at %APPDATA%\FileZilla.

reinhardtjh
500 Command not understood
Posts: 2
Joined: 2023-06-11 22:35
First name: John
Last name: Reinhardt
Location: Ft. Worth, TX, U.S.A.

Re: Removing OpenVMS file-level version numbers

#4 Post by reinhardtjh » 2023-06-11 23:07

I've been digging but haven't found it yet. Where is a filezilla.xml equivalent on macOS? and in the Linux version?

Thanks.
Old guy

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Removing OpenVMS file-level version numbers

#5 Post by boco » 2023-06-13 01:54

~/.config/filezilla

~ is your user's Home. .config is usually hidden, so, instruct your file manager to show all files.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

reinhardtjh
500 Command not understood
Posts: 2
Joined: 2023-06-11 22:35
First name: John
Last name: Reinhardt
Location: Ft. Worth, TX, U.S.A.

Re: Removing OpenVMS file-level version numbers

#6 Post by reinhardtjh » 2023-06-13 03:59

boco wrote:
2023-06-13 01:54
~/.config/filezilla

~ is your user's Home. .config is usually hidden, so, instruct your file manager to show all files.
That's on macOS? I do have a ~/.config directory but no filezilla file there.

But I have a ~/.filezilla. And I've verified that the change works.

Thank you!
Old guy

Stefan-Jan
500 Command not understood
Posts: 1
Joined: 2023-11-16 14:52
First name: Stefan-Jan
Last name: Van den Brande

Re: Removing OpenVMS file-level version numbers

#7 Post by Stefan-Jan » 2023-11-17 14:02

W10 => C:\Users\xxusernamexx\AppData\Roaming\filezilla\filezilla.xml

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

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Removing OpenVMS file-level version numbers

#8 Post by botg » 2023-11-18 00:14

Please note that such functionality is not covered by the FTP specifications and might get removed in the future.

Locked