Can't Delete a file because of version number

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

Moderator: Project members

Message
Author
JadeRobbins
500 Command not understood
Posts: 5
Joined: 2004-08-03 21:19

Can't Delete a file because of version number

#1 Post by JadeRobbins » 2004-08-03 21:24

i'm trying to delete files with filezilla but our ftp server keeps giving me this error

Response: 550-Failed to delete file SYS$USER_J:[USERNAME.WWW]INDEX.HTML;
Response: 550 The file specification must contain a name, type and version number (even if wildcarded).

any clues as to if filezilla will have version deleting support or is this more of an ftp server issue?

TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

Re: Can't Delete a file because of version number

#2 Post by TheAngryPenguin » 2004-08-04 14:19

JadeRobbins wrote:i'm trying to delete files with filezilla but our ftp server keeps giving me this error

Response: 550-Failed to delete file SYS$USER_J:[USERNAME.WWW]INDEX.HTML;
Response: 550 The file specification must contain a name, type and version number (even if wildcarded).

any clues as to if filezilla will have version deleting support or is this more of an ftp server issue?
Are you connecting to an OpenVMS FTP Server?

JadeRobbins
500 Command not understood
Posts: 5
Joined: 2004-08-03 21:19

#3 Post by JadeRobbins » 2004-08-04 17:07

yes, yes sir i am. What are your thoughts?

TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

#4 Post by TheAngryPenguin » 2004-08-04 18:05

JadeRobbins wrote:yes, yes sir i am. What are your thoughts?
Well, I don't want to state that FZ is incompatible with OpenVMS, but I've never been able to get the two of them to work properly. So, when I need to connect to an OpenVMS FTP server, I find that I need to revert to either the command line, or WS_FTP. This is unfortunate, because it is the only thing preventing me from rolling out FZ throughout my enterprise.

Maybe we can get Tim to revisit considering making FZ more compatible with OpenVMS. I'd defnitely be willing to do whatever it takes to help.

-TheAngryPenguin

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

#5 Post by botg » 2004-08-04 19:56

Which problems do you have Penguin?

JadeRobbins
500 Command not understood
Posts: 5
Joined: 2004-08-03 21:19

#6 Post by JadeRobbins » 2004-08-04 20:10

well i know all i would need is some way to wildcard version numbers of files. We don't need multiple versions, but i can't delete anything because it requires a version number. Maybe an option so that you can add a wildcard version number in the settings.

TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

#7 Post by TheAngryPenguin » 2004-08-04 20:52

botg wrote:Which problems do you have Penguin?
Basically, the main problem is that FZ will not display file iterations. For example:

On OpenVMS, from the DCL:

Code: Select all

$ dir/siz/dat

Directory *****:[USER.******.TEST]

TEST.TXT;3                 1   4-AUG-2004 15:23:33.98
TEST.TXT;2                 1   4-AUG-2004 15:23:25.68
TEST.TXT;1                 1   4-AUG-2004 15:23:17.51

Total of 3 files, 3 blocks.
FZ only displays one file, which seems to be the most current iteration:

Image

However, when I do a dir from the command prompt [in FTP], all files are shown:

Code: Select all

ftp> dir
200 PORT command okay.
150 Opening data connection for directory.



Directory ******:[USER.******.TEST]

TEST.TXT;3                 1   4-AUG-2004 15:23:33.98
TEST.TXT;2                 1   4-AUG-2004 15:23:25.68
TEST.TXT;1                 1   4-AUG-2004 15:23:17.51

Total of 3 files, 3 blocks.
226 Closing data connection.
ftp: 240 bytes received in 0.03Seconds 8.00Kbytes/sec.
Normally, this wouldn't be that big of an issue, but my users need to have FTP access to older file versions.

Also, it's a little frustrating that you have to turn off 'Show hidden files' to even get a directory listing. It would be nice if we could configure the 'Show Hidden Files' attribute in the Site Manager's advanced settings.

Finally, it seems that Jade's issue with deleting files that have multiple iterations is stemmed from FZ's inability to display more than one version of the same file. I just gave it a try, and in the above examples, I had to delete TEST.TXT three times in FZ to actually get rid of it. Imagine how frustrating this would be for someone was trying to delete a file that had 100+ versions...

-TheAngryPenguin

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

#8 Post by botg » 2004-08-04 21:21

I'll add a switch in 2.2.8 which will allow you to see all revisions. FZ only displays the latest revision since that had been requested when VMS support had been implemented.

TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

#9 Post by TheAngryPenguin » 2004-08-04 21:31

botg wrote:I'll add a switch in 2.2.8 which will allow you to see all revisions. FZ only displays the latest revision since that had been requested when VMS support had been implemented.
Awesome. Looking forward to it. Thanks!

TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

#10 Post by TheAngryPenguin » 2004-08-12 14:34

Thanks for implementing this. So far, it is workable, but I have noticed the following bug:

The listed directories contain "%DIR_NAME%;1"

When changing directories, it seems that 1) the ;1 should not be included in the command, and 2) the full path must be used.

As an example, lets say thay my home directory is "DISK:[USER.TAP]" -- to successfully CD into the subdirectory "TEMP", simply doing a "CD TEMP" will fail -- it is required to do a "CD DISK:[USER.TAP.TEMP]"

Again, it looks like FZ is including the ;1 as part of the CD command, and this too will cause the command to fail.

-TheAngryPenguin

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

#11 Post by botg » 2004-08-12 14:43

Thanks for reporting that, looks like I'll have to make another release soon.

TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

#12 Post by TheAngryPenguin » 2004-08-12 18:50

No hurries, no worries. Personally, I think implementing secure FTP into FZS should be of higer priority than this ;)

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

#13 Post by botg » 2004-08-12 20:57

Implementing SFTP is rather difficult, since the most popular SFTP/SSH server (OpenSSH) does not run under Win. And porting such a huge project will be difficult...

And writing my own SSH server would be impossible :D

TheAngryPenguin
226 Transfer OK
Posts: 323
Joined: 2004-03-08 18:40

#14 Post by TheAngryPenguin » 2004-08-12 21:10

I'm not going to pretend that I know a whole lot about OpenSSH or secure FTP, but I do know this: OpenVPN uses OpenSSL to secure its tunnels, I am able to run it as a server in a Win32 environment, and it supports TLS, etc. Not sure if it's possible, but have you considered the possibility of using OpenSSL as the backend for secure FTP?

-TheAngryPenguin

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

#15 Post by botg » 2004-08-12 21:52

On my todo list.

So I never had the time time to implement it

Post Reply