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

Windows XP, upload, file chooser problem #5841

Closed
cyberduck opened this issue Mar 26, 2011 · 7 comments
Closed

Windows XP, upload, file chooser problem #5841

cyberduck opened this issue Mar 26, 2011 · 7 comments

Comments

@cyberduck
Copy link
Collaborator

a332005 created the issue

Running version 4.0.2 (8601) but had the same problem in previous version.

Cannot upload anything from folder other than default upload folder.

When navigating away from the default upload folder (for instance by choosing a subfolder) on local PC (WinXP) and choosing a file to upload then the upload quits saying Transfer incomplete.
If that same file is then moved to the default upload folder and the upload is attempted again, it works just fine.

To me it seems that there is something wrong with the way the path and filename are handled in Cyberduck under Windows XP causing the upload to fail.

The same problem occurs in FTP, Google Docs and WebDAV (Dropbox) so it is not protocol specific nor connection specific. It seems to be the core / interface.

The problem does NOT occur under Windows Vista.

220 (vsFTPd 2.0.5)
FEAT
211-Features:
 EPRT
 EPSV
 MDTM
 PASV
 REST STREAM
 SIZE
 TVFS
211 End
USER admin
331 Please specify the password.
PASS ********
230 Login successful.
NOOP
200 NOOP ok.
STAT /data/public
213-Status follows:
drwxrwxr-x    4 501      501            30 Jan 01 00:24 .
drwxr-xr-x    4 502      501            29 Feb 25  2011 ..
drwxrwxrwx    6 501      501            65 Mar 11  2011 audio
drwxrwxrwx    5 501      501            51 Mar 11  2011 films
213 End of status
QUIT
221 Goodbye.
220 (vsFTPd 2.0.5)
FEAT
211-Features:
 EPRT
 EPSV
 MDTM
 PASV
 REST STREAM
 SIZE
 TVFS
211 End
USER admin
331 Please specify the password.
PASS ********
230 Login successful.
NOOP
200 NOOP ok.
SYST
215 UNIX Type: L8
STAT /data/public
213-Status follows:
drwxrwxr-x    4 501      501            30 Jan 01 00:24 .
drwxr-xr-x    4 502      501            29 Feb 25  2011 ..
drwxrwxrwx    6 501      501            65 Mar 11  2011 audio
drwxrwxrwx    5 501      501            51 Mar 11  2011 films
213 End of status
TYPE I
200 Switching to Binary mode.
PASV
227 Entering Passive Mode (192,168,2,108,90,8)
STOR /data/public/boekenkast.jpg
150 Ok to send data.
226 File receive OK.
NOOP
200 NOOP ok.
SITE CHMOD 644 /data/public/boekenkast.jpg
200 SITE CHMOD command ok.
QUIT
221 Goodbye.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

From the description this sounds very similar to #5590 which is supposed to be fixed.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

As a workaround, use drag & drop to upload files.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the cyberduck.log located in AppData.

@cyberduck
Copy link
Collaborator Author

a332005 commented

I posted the requested cyberduck.log

@cyberduck
Copy link
Collaborator Author

a332005 commented

Replying to [comment:4 dkocher]:

As a workaround, use drag & drop to upload files.

Unfortunately drag & drop does not work either (see ticket #5842). This is regardless of the originating folder, so the default upload folder does not work either.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Workaround in 71eb300.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone 4.0.3 deleted

@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.
Projects
None yet
Development

No branches or pull requests

1 participant