We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just want to share the file HELLO.txt, but the whole directory is shared.
HELLO.txt
$ echo $PWD /home/duruyao/tmp $ ls HELLO.txt HI.txt
$ goshare -v GoShare 1.1.0 (2022-05-26) $ goshare --path HELLO.txt _____ _____ _ / ____| / ____| | | | __ ___| (___ | |__ __ _ _ __ ___ | | |_ |/ _ \\___ \| '_ \ / _' | '__/ _ \ | |__| | (_) |___) | | | | (_| | | | __/ \_____|\___/_____/|_| |_|\__,_|_| \___| GoShare is handing directory '/home/duruyao/tmp' and listening on 'localhost:3927' Access your shared files via this URL http://localhost:3927/HELLO.txt
$ curl -kSsL http://localhost:3927/HI.txt -o HI.txt.bak $ curl -kSsL http://localhost:3927/HELLO.txt -o HELLO.txt.bak $ ls HELLO.txt HELLO.txt.bak HI.txt HI.txt.bak
The text was updated successfully, but these errors were encountered:
duruyao
No branches or pull requests
I just want to share the file
HELLO.txt
, but the whole directory is shared.The text was updated successfully, but these errors were encountered: