| | |
Share folder & files and setting permission on C# over the internet
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Nov 2008
Posts: 5
Reputation:
Solved Threads: 0
Hi,
I would like to share over the net folder with users.
How to I set permission on folders and files by using C#?
the users are not windows authentication ,
the users are from a registers list of users.
Please refer to microsoft folder sharing application on https://foldershare.com/welcome.aspx
I want to make a small version of that,
That's what I meant when I spoke about sharing folders.
Can u help me with basics needs for it?
[do I need a server / client application? a socket programming...?]
Thanks, Gil.
I would like to share over the net folder with users.
How to I set permission on folders and files by using C#?
the users are not windows authentication ,
the users are from a registers list of users.
Please refer to microsoft folder sharing application on https://foldershare.com/welcome.aspx
I want to make a small version of that,
That's what I meant when I spoke about sharing folders.
Can u help me with basics needs for it?
[do I need a server / client application? a socket programming...?]
Thanks, Gil.
•
•
Join Date: Aug 2008
Posts: 1,735
Reputation:
Solved Threads: 186
You have a lot of reading to do.
If you want to use https you will need to purchase a certificate, and unless you want to make your own life excessively complex you would then use IIS to create the initial website, and you could use ASPX to then make the web folder sharing ability.
Most of the web sharing thing doesnt work as a windows folder, it works more in the lines of a database of files - or it can work with a folder structure - but, you handle all the user authentification and settings yourself via a db.
If you want to use https you will need to purchase a certificate, and unless you want to make your own life excessively complex you would then use IIS to create the initial website, and you could use ASPX to then make the web folder sharing ability.
Most of the web sharing thing doesnt work as a windows folder, it works more in the lines of a database of files - or it can work with a folder structure - but, you handle all the user authentification and settings yourself via a db.
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
•
•
Join Date: Aug 2008
Posts: 1,735
Reputation:
Solved Threads: 186
If you want a web front end, then it wont be client software - the web browser handles it all, otherwise you're just making effort for yourself.
I believe I covered the rest in my first post.
I believe I covered the rest in my first post.
Last edited by LizR; Nov 9th, 2008 at 11:42 am.
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
•
•
Join Date: Nov 2008
Posts: 5
Reputation:
Solved Threads: 0
So,
How to implement this sharing?
The data those not keep on the server,
So how to I manage the sharing of it's folders & files, and sync them with other computer..?
The client will have a software,
Is this software will need to connect to the DB of the program and to update any change within the sharing folder?
Can it do that?
Or I should do that in a different way?
Thanks, Gil
How to implement this sharing?
The data those not keep on the server,
So how to I manage the sharing of it's folders & files, and sync them with other computer..?
The client will have a software,
Is this software will need to connect to the DB of the program and to update any change within the sharing folder?
Can it do that?
Or I should do that in a different way?
Thanks, Gil
•
•
Join Date: Aug 2008
Posts: 1,735
Reputation:
Solved Threads: 186
first thing Id ask is why reinvent the wheel when theres a bunch of stuff to already do it, and you clearly dont know where to start.
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
•
•
Join Date: Aug 2008
Posts: 1,735
Reputation:
Solved Threads: 186
I got a PM from b007 saying this is his school project.
so b007, other than I dont like people who PM me to try and get me to help them more than I already was, read the stickies, we wont do it for you and if you picked this as your project, ask your professor a lot of the questions.. As it seems you are stuck on design.
so b007, other than I dont like people who PM me to try and get me to help them more than I already was, read the stickies, we wont do it for you and if you picked this as your project, ask your professor a lot of the questions.. As it seems you are stuck on design.
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
![]() |
Other Threads in the C# Forum
- Previous Thread: Descriptive statistics
- Next Thread: Display a number in binary
| Thread Tools | Search this Thread |
.net 2007 access ado.net algorithm array barchart bitmap box broadcast buttons c# camera check checkbox client color combobox control conversion cs4 csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event eventcloseformc# excel file form format forms function gdi+ httpwebrequest image index input install ip java label list listbox listener listview load mandelbrot math mouseclick mysql operator path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox security serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer update usercontrol validation view visual visualstudio webbrowser windows winforms wordautomation wpf xml






