Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMD + D (file… dupicate) breaks the connection #6412

Closed
cyberduck opened this issue Dec 1, 2011 · 2 comments
Closed

CMD + D (file… dupicate) breaks the connection #6412

cyberduck opened this issue Dec 1, 2011 · 2 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

1916fab created the issue

Whenever I duplicate a file within Cyberduck:

  • sometimes the file folder is duplicated, sometimes not
  • the button to refresh the listing does not work anymore
  • autorefresh does not work and a manual refresh does not work either
  • sometimes the parent directory get the icon for "no access allowed"
  • sometimes the connection (and listing) can be recovered by closing the connection and refreshing the listing
  • sometimes the connection does not recover at all
@cyberduck
Copy link
Collaborator Author

1916fab commented

220 FTP on xxxx.kasserver.com ready
AUTH TLS
234 AUTH TLS successful
USER XXXX
331 Password required for XXXX
PASS ********
230 User XXXX logged in
PBSZ 0
200 PBSZ 0 successful
PROT P
200 Protection set to Private
FEAT
211-Features:
 MDTM
 MFMT
 TVFS
 AUTH TLS
 MFF modify;UNIX.group;UNIX.mode;
 MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
 PBSZ
 PROT
 REST STREAM
 SIZE
211 End
NOOP
200 NOOP command successful
SYST
215 UNIX Type: L8
STAT /XXXX
211-Status of /XXXX:
 drwxr-xr-x  15 XXXX    XXXX        4096 Nov 10 10:03 .
 drwxr-x---  19 XXXX    www-data     4096 Jul 22 12:16 ..
 -rw-r--r--   1 XXXX    XXXX        4853 Dec 22  2010 file.php
211 End of status
NOOP
200 NOOP command successful
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (85,13,135,103,195,95).
RETR /XXXX/file.php
150 Opening BINARY mode data connection for /XXXX/file.php (4853 bytes)
NOOP
226 Transfer complete
STAT /XXXX
200 NOOP command successful
CWD /XXXX
211-Status of /XXXX:
 drwxr-xr-x  15 XXXX    XXXX        4096 Dec  1 18:43 .
 drwxr-x---  19 XXXX    www-data     4096 Jul 22 12:16 ..
 -rw-r--r--   1 XXXX    XXXX        4853 Dec  1 18:43 file (01.12.11 18:43).php
 -rw-r--r--   1 XXXX    XXXX        4853 Dec 22  2010 file.php
211 End of status
TYPE A
250 CWD command successful
PASV
200 Type set to A

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 35369ad.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants