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

Pushing a symlink truncates files #27

Open
parnikkapore opened this issue Sep 17, 2019 · 3 comments
Open

Pushing a symlink truncates files #27

parnikkapore opened this issue Sep 17, 2019 · 3 comments

Comments

@parnikkapore
Copy link

What?

When pushing a folder with a symbolic link in it, only the first circa 60 characters are actually in the file represented by the symbolic link.

Expected behavior

The whole file which is linked to shows up in Neocities.

@0x4d6165
Copy link

I'm having this issue as well

@ghost
Copy link

ghost commented Jun 28, 2021

I think the issue is that the file size is read from the link size (the linked path), from what I was able to observe. If it truncates it to arround 60 characters, that means the linked path is arround 60 characters.

@parnikkapore
Copy link
Author

Makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants