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

Directories with extended attributes don't upload #2740

Closed
cyberduck opened this issue Nov 12, 2008 · 4 comments
Closed

Directories with extended attributes don't upload #2740

cyberduck opened this issue Nov 12, 2008 · 4 comments
Assignees
Labels
bug sftp SFTP Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

222b58e created the issue

I can't upload (sftp) directories with extended attributes. In particular, I find that directories with the 'com.apple.FinderInfo' attribute set (found using ls -@l or xattr) will not upload to a Redhat box. The Log window is empty after an upload try, but the Transfers window says

Transfer incomplete 0 B of 0 B
@cyberduck
Copy link
Collaborator Author

@dkocher commented

I cannot replicate this. Can you find any related output in the console.log (/Applications/Utilities/Console.app)?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Posting reply from email:

Can't find anything in the Console (looked in All Messages, Console Messages & system.log). Rebooted; no change. Tried both drag-and-drop and File>Upload...; no difference. Tried several different directories with the com.apple.FinderInfo attribute; same behavior. AFAIK, I have no risky software installed (like an Input Manager). I do have a USB to serial kernel extension installed: ProlificUsbSerial.kext ver 1.2.1.

From the Transfers window:

URL:		sftp://nemesis/home/dave/tdavis
Local File:	/Volumes/wlan					<--- This doesn't look right, local directory is '/Users/tom/MATLAB/Work/wlan'

Sorry I didn't notice this before.

In all failed attempts, the Local File is listed as being in /Volumes. Partially successful uploads list the Local File path correctly. (I have quite a few transfers listed as 'Transfer incomplete', e.g. Transfer incomplete, 1.2 KB of 1.2 KB, but the transfer seems to be usable.)

More info:

MacBookPro:Work tom$ GetFileInfo wlan
directory: "/Users/tom/MATLAB/Work/wlan"
attributes: avbstclINMedz
created: 10/29/2005 03:09:47
modified: 10/29/2005 03:09:47
MacBookPro:Work tom$ xattr -l wlan
com.apple.FinderInfo:
0000   01 CB 00 04 03 05 01 8E 03 E0 FF FF FF FF 02 07    ................
0010   FF FC FF EA C3 40 00 00 00 00 80 ED 00 00 00 00    .....@..........
MacBookPro:Work tom$ ls -@l
drwxr-xr-x@  31 tom  admin  1054 Oct 29  2005 wlan
	com.apple.FinderInfo	  32

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Do you still have this issue in version 3.3?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Seems to be a similar issue to #3192.

@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 sftp SFTP Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants