Ask HN: Tool to share/exchange personal and confidential files
1–10 of 11 posts
Re: Ask HN: Tool to share/exchange personal and confidential files
#2> Security is the main concern.
> Tool should be web based.
From your question it kinda sounds you actually have 3 main concerns, not just security. I can't give you any suggestions for web based tools but I can suggest:
1. Obtain a public SSH key out-of-band with the party that needs the large file and give them access to an SFTP share with that key.
2. Upload the file to a private S3 bucket and send them a signed link[1]
[1] https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareO...
Re: Ask HN: Tool to share/exchange personal and confidential files
#3> Size of the files can be large in many GBs. > Security is the main concern. > Tool should be web based. From your question it kinda sounds you actually have 3 main concerns, not just security. I can't give you any suggestions for web based tools but I can suggest: 1. Obtain a public SSH key out-of-band with the party that needs the large file and give them access to an SFTP share with that key. 2. Upload the file t…
Re: Ask HN: Tool to share/exchange personal and confidential files
#4For non-technical partners, we have a simple instructional document on how to download and use Filezilla[1] to connect. We haven't had many challenges.
Re: Ask HN: Tool to share/exchange personal and confidential files
#5SFTP. For non-technical partners, we have a simple instructional document on how to download and use Filezilla[1] to connect. We haven't had many challenges. 1. https://filezilla-project.org/
Re: Ask HN: Tool to share/exchange personal and confidential files
#6SFTP. For non-technical partners, we have a simple instructional document on how to download and use Filezilla[1] to connect. We haven't had many challenges. 1. https://filezilla-project.org/
External orgs sysadmin does not allow filezila installation. That is why we are looking for a web based solution that they can access via the browser.
Re: Ask HN: Tool to share/exchange personal and confidential files
#7Earlier quoted context omitted.
External orgs sysadmin does not allow filezila installation. That is why we are looking for a web based solution that they can access via the browser.
Another problem I've run into more than once is that many orgs don't allow ssh out through the firewall. One project I worked on recently the client had to send and receive data via his home computer after work and transport it to/from his work computer on a USB drive. Apparently that was fine.
Re: Ask HN: Tool to share/exchange personal and confidential files
#8SFTP. For non-technical partners, we have a simple instructional document on how to download and use Filezilla[1] to connect. We haven't had many challenges. 1. https://filezilla-project.org/
External orgs sysadmin does not allow filezila installation. That is why we are looking for a web based solution that they can access via the browser.
It's probably the least janky solution I've come across in a land of janky and insecure.
Re: Ask HN: Tool to share/exchange personal and confidential files
#9If you're hosting in the cloud, you can improve the security posture using confidential computing like AWS Nitro Enclaves. Contact me at bobbie.chen@anjuna.io if you'd like more info on getting started with that.