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

Cannot upload to a site. Works in FileZilla, though. #6945

Closed
cyberduck opened this issue Nov 5, 2012 · 5 comments
Closed

Cannot upload to a site. Works in FileZilla, though. #6945

cyberduck opened this issue Nov 5, 2012 · 5 comments
Labels
bug ftp FTP Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

6d4d382 created the issue

Hi, there,

I'm having a pain in the neck time trying to upload files to a printer over the past few days and cannot, for the life of me, figure out where the issue is.

Hardware/software (this computer)

MacBook Pro 2.5 GHz Intel Core i7 (Oct. 2011 model)
Mac OS X Mountain Lion (10.8.2)
Cyberduck (4.2.1)

Here is what I'm experiencing:

I can log into the printer's FTP site via my bookmark, no problem. I see the files that are on the server, but when I drag my files into the window for uploading, I get a 550 Error: Permission Denied message.

So I tried the Mac's built-in "Connect to Server" option. Same deal: can log in and see files, but I get the slashed-circle "Don't" symbol.

The thing is, I can go back to an older Mac here (Power Mac G5, OS X Tiger 10.4.11) and use Cyberduck (2.7.3) on that computer and it works just fine. So I've just been transferring files from my MacBook Pro to the G5 and uploading from there.

Then, the printer asked if I had tried FileZilla. I had not, because I didn't have it installed. So I installed it and was able to upload to the server just fine with it, first time out.

The FTP settings for this bookmark are the same in each program and my password in Keychain Access is the same for this server on both the old and new Mac (I even went so far as to delete the Cyberduck bookmark and Keychain Access password item and remake them from scratch based on the settings on the old G5 and am getting the same error), so I'm not sure why the old CyberDuck, on an old Mac, works, but the current CyberDuck, on a new Mac, does not... and it's only on this one FTP site. I've been able to upload elsewhere, no problem.

Any ideas?

Thanks!


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you please post the transcript from the log drawer (⌘-L) of the Transfers window. I suspect it is a server issue erroneously responding with a permission failure for absolute paths in the upload STOR command.

@cyberduck
Copy link
Collaborator Author

6d4d382 commented

Thank you.

Unfortunately, nothing is showing up in the log drawer when I open it. It's totally blank.

@cyberduck
Copy link
Collaborator Author

6d4d382 commented

Oops, nevermind. I just found out that I have to have the log window open as it's uploading for it to display the info.

Here is the transcript.

220 FTP
FEAT
503 Command FEAT not accepted during Connected
USER azalea
331 Enter password
PASS ********
230 User logged in
NOOP
200 Command NOOP succeed
STAT /
220 FTP
FEAT
503 Command FEAT not accepted during Connected
USER azalea
331 Enter password
PASS ********
230 User logged in
CWD /
250 Command CWD succeed
TYPE A
200 Transfer mode set to ASCII
PASV
227 Entering Passive Mode (64,132,97,17,11,204).
LIST -a
125 Transferring directory
drwxr-x---  2 azalea   System            0 Nov 19 12:10 .
drwxr-x---  2 azalea   System            0 Nov 20 17:21 ..
-rwxr-x---  1 azalea   System    557310505 Nov 01 19:24 42142-UNC BB12-049-064-Yearbook Folder.zip
-rwxr-x---  1 azalea   System     22232607 Nov 01 17:30 42142-UNC BB12-065-080 Folder.zip
-rwxr-x---  1 azalea   System     72488364 Nov 01 17:09 42142-UNC BB12-Yearbook Cover Folder.zip
-rwxr-x---  1 azalea   System     14134395 Nov 19 12:10 42212-UNC vs MD-001-016-Change Folder.zip
-rwxr-x---  1 azalea   System     10602383 Nov 19 12:12 42212-UNC vs MD-033-048-Change Folder.zip
-rwxr-x---  1 azalea   System     13610619 Nov 05 13:46 Fixed Pages PDFs.zip
drwxr-x---  2 azalea   System            0 Nov 01 22:32 OLD
-rwxr-x---  1 azalea   System       434026 Nov 05 13:56 Test File.zip
-rwxr-x---  1 azalea   System      2031795 Nov 05 14:16 ToC p3-new.pdf
-rwxr-x---  1 azalea   System     26130295 Nov 06 15:40 UNC vs GT Change Pages.zip
-rwxr-x---  1 azalea   System     67090956 Nov 05 11:40 UNC-Football Covers 6-7.zip
226 Transfer completed
TYPE I
200 Transfer mode set to BINARY
PASV
227 Entering Passive Mode (64,132,97,17,11,205).
STOR /Cyberduck-Upload-Test-SAFE TO DELETE.pdf
550 Permission denied
NOOP
200 Command NOOP succeed
QUIT
221 bye

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I can confirm there is nothing wrong with the commands sent but the server possibly has an issue handling absolute paths. Please report the issue to the server vendor.

@cyberduck
Copy link
Collaborator Author

6d4d382 commented

OK, thank you!

@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 ftp FTP Protocol Implementation thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

1 participant