[Cyberduck-trac] [Cyberduck] #9950: Problem creating directory in encrypted vault over FTP

Cyberduck trac at cyberduck.io
Tue May 23 15:13:12 UTC 2017


#9950: Problem creating directory in encrypted vault over FTP
------------------------+------------------------------
 Reporter:  TheBashar   |         Owner:  dkocher
     Type:  defect      |        Status:  assigned
 Priority:  normal      |     Milestone:  6.0.1
Component:  ftp         |       Version:  Nightly Build
 Severity:  major       |    Resolution:
 Keywords:              |  Architecture:
 Platform:  Windows 10  |
------------------------+------------------------------
Description changed by dkocher:

Old description:

> I am connecting to an encrypted vault over FTP.  I try to create a
> directory and the operation fails with:
> "Cannot create folder [UID]..." where [UID] is the folder hash name.
>
> I see at the bottom of the error popup:
>
> MKDIR /path/to/vault/d/W7/[UID]
>
> In the preceding directory listing, I see there is no "W7" directory.  I
> think Cyberduck is trying to create a nested directory "W7/[UID]" in one
> command which returns a 550 error.  I think Cyberduck needs to issue two
> separate commands:
>
> MKDIR /path/to/vault/d/W7
>
> MKDIR /path/to/vault/d/W7/[UID]

New description:

 I am connecting to an encrypted vault over FTP.  I try to create a
 directory and the operation fails with:

 {{{
 "Cannot create folder [UID]..." where [UID] is the folder hash name.

 }}}

 I see at the bottom of the error popup:


 {{{
 MKDIR /path/to/vault/d/W7/[UID]
 }}}


 In the preceding directory listing, I see there is no "W7" directory.  I
 think Cyberduck is trying to create a nested directory "W7/[UID]" in one
 command which returns a 550 error.  I think Cyberduck needs to issue two
 separate commands:


 {{{
 MKDIR /path/to/vault/d/W7
 MKDIR /path/to/vault/d/W7/[UID]

 }}}

--

--
Ticket URL: <https://trac.cyberduck.io/ticket/9950#comment:2>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list