secure upload of files to accountant
-
@coliver said in secure upload of files to accountant:
Have you looked at Dropbox? I'm fairly certain they have the function to do anonymous uploads.
Yes, dropbox will work. I didn't know if anyone found a way to do the same thing with OneDrive or something better.
-
@Mike-Davis said in secure upload of files to accountant:
@coliver said in secure upload of files to accountant:
Have you looked at Dropbox? I'm fairly certain they have the function to do anonymous uploads.
Yes, dropbox will work. I didn't know if anyone found a way to do the same thing with OneDrive or something better.
I know there is a file submission form on Sharepoint team sites. That would interact with OneDrive... just not sure how much extra work it would be.
-
@Danp said in secure upload of files to accountant:
Doesn't Nextcloud offer a "drop off" type option?
Currently, I run a ZendTo server to securely exchange files with clients.
@Mike-Davis Not sure if you saw my post. According to their website, NextCloud does offer an anonymous file upload option.
-
@Danp said in secure upload of files to accountant:
@Mike-Davis Not sure if you saw my post. According to their website, NextCloud does offer an anonymous file upload option.
How is NextCloud better than dropbox?
-
@Mike-Davis said in secure upload of files to accountant:
@Danp said in secure upload of files to accountant:
@Mike-Davis Not sure if you saw my post. According to their website, NextCloud does offer an anonymous file upload option.
How is NextCloud better than dropbox?
Depends on what you want out of the solution. For the basic service the client seems to want, I would likely just go with DropBox. Setting up NextCloud just for this one feature is non-trivial at this point. Time versus effort would be better spent with a simple DropBox account.
-
Wouldn't dropbox require him to create and share separate directories for each client?
-
@Mike-Davis said in secure upload of files to accountant:
@Danp said in secure upload of files to accountant:
@Mike-Davis Not sure if you saw my post. According to their website, NextCloud does offer an anonymous file upload option.
How is NextCloud better than dropbox?
With dropbox, we don't know where the data is, or who has access to it. With NextCloud, it resides on your own server.
That being said, here, I'd agree more with @JaredBusch -- for this type of scenario, unless there are major privacy concerns, just use DropBox.
-
@Danp said in secure upload of files to accountant:
Wouldn't dropbox require him to create and share separate directories for each client?
I would do the same in NextCloud.
-
@JaredBusch said in secure upload of files to accountant:
@Danp said in secure upload of files to accountant:
Wouldn't dropbox require him to create and share separate directories for each client?
I would do the same in NextCloud.
Exactly. Each client gets their own upload folder.
-
Thanks for the help. It looks like the website guy is using Wix and it has a plug in for dropbox, so it made it dead simple to implement.
-
A few options that I have had success with are:
www.rmail.com - Good for sending encrypted emails to people. Allows the recipient to reply back securely.
https://neocertified.com/encrypted-contact-form - Allows users to visit your website and use a secure contact form. They can attach files in the form as well.
-
This post is deleted! -
He didn't say it was secure... He said the Wix web was able to easily integrate it with Dropbox.
-
This post is deleted! -
@aaron said in secure upload of files to accountant:
@dafyre in my defense the topic title has the word secure and Dropbox was mentioned in the first post
Touchee, lol.
-
@aaron said in secure upload of files to accountant:
I'm surprised that you consider Dropbox to be secure.
Dropbox is as secure as your password. Same as anything else.
-
Some of you have a point. I probably should have said "more secure than sending them across the internet unencrypted." Dropbox is using SSL and AES and has a security team monitoring everything. If there is a breach, they have a lot to lose as a company. If I stood up my own server, I wouldn't have those kinds or resources, so I think it is more secure than something I could put together myself. As @JaredBusch said, DropBox is about as secure as your password.
-
Dropbox seems logical. Simple, not expensive, and doesn't require the customer to run an entire server just for this one little thing that probably doesn't happen that often.