Questions tagged [web-folders]

20 questions
5
votes
1 answer

How can I enumerate network shares and web folders in C#?

.Net provides us with a FolderBrowserDialog control to browse for folders. This is however a modal dialog box. I need to create a user control that I can drop onto my form. So, I have been looking at creating my own, where I need to get all local…
Elan
  • 6,084
  • 12
  • 64
  • 84
3
votes
3 answers

Displaying error description in WebDAV response

I have built a WebDAV compliant server-side application, which is connected to Windows Web Folders. As I was doing some manual tests to confirm that the code does what it's supposed to do, I was wondering if there is any way to have a more detailed…
2
votes
1 answer

Access 2007 - Why won't Access work on workspaces/web folders?

So if I try to take an Access database that currently resides on a network shared drive (or try to create a brand new one for that matter) on a web folder of a "workspace", why won't it work? I have read, write modify permissions on the folder I am…
Justin
  • 4,461
  • 22
  • 87
  • 152
2
votes
2 answers

Securing a folder in ASP.NET web directory

I worked long time back on a website and it has been working fine, recently a problem has been reported, which I need to go through. In my site there is a folder named repository, which contains files like word and PDF documents and ideally only…
Imran Balouch
  • 2,170
  • 1
  • 18
  • 37
1
vote
3 answers

Security: Is it a good practice to name folders on the server that are difficult to guess?

Security question: Is it a good practice to name folders on the server by names that are difficult to guess (8+ symbols, not a simple "admin" or "services")? I'm asking about folders that contain not just icons or .js files or .css files, but .php…
Haradzieniec
  • 9,086
  • 31
  • 117
  • 212
1
vote
1 answer

Can i upload my website folder like this (nested folders inside main folder)?

The image describes the main website folder that contains nested files and folders of website can i place like this ?
Aneesh
  • 13
  • 3
1
vote
2 answers

Web folder options: are all webdav servers created equal?

I have implemented a webdav using PHP on Apache. However, I'm having some issues when testing it with XP web folders. I notice that when I right-click on any folder, the 'new' option only contains an option for 'folder' i.e., I can only create new…
prmph
  • 7,616
  • 11
  • 37
  • 46
1
vote
1 answer

Is it possible to enable Web folder with it's navigation in Spring Boot / Web MVC similarly what we see when opening local folder in browser?

Please let me know if we can get it via just configurations or maybe we can implement it without bit investment and security vulnerabilities. What we need is to have something like web folder with directory listening (navigation) to being able to…
Maksim Kostromin
  • 3,273
  • 1
  • 32
  • 30
1
vote
1 answer

How do I enumerate web folders in C# that are not mapped to network drives (like "net use")

From the command line, one can call net use without any parameters and obtain a list of computer connections on the local computer. This provides a listing of mapped network drives, as well as network connections to local network shares and web…
Elan
  • 6,084
  • 12
  • 64
  • 84
1
vote
0 answers

HTTPModule on IIS 6 to execute on Web Folder requests?

Is it possible to use an HTTP Module to monitor requests to a site via Web Folders in IIS 6? I've got a very simple app set up with an HTTP Module which I've referenced in my Web.config like this:
lhan
  • 4,585
  • 11
  • 60
  • 105
1
vote
1 answer

Block direct access to subfolders with .htaccess or other methods

Sorry for my bad english :) I've a question. How can i block with an error page, or redirect an user that is trying to access subfolders, in my website? I don't need password protected folders but just a displayed error for all…
Antonio Ciccia
  • 726
  • 3
  • 8
  • 18
0
votes
0 answers

How can I read the properties of a Windows Shortcut in C#?

I created several web folders for access to WebDAV and SharePoint. My Network Shortcuts folder is located here: C:\Users\elan\AppData\Roaming\Microsoft\Windows\Network Shortcuts Each web folder that I had created/defined is listed in the Network…
Elan
  • 6,084
  • 12
  • 64
  • 84
0
votes
1 answer

How to add cpd4j 6.1.0 API to Spring Boot application

I am working with a Spring Boot application where I use cdp4j 3.0.15 https://mvnrepository.com/artifact/io.webfolder/cdp4j I have installed Chrome in a docker container and can access it thru localhost:9222. I would like to use this browser with my…
user982455
  • 11
  • 3
0
votes
2 answers

Finding file based on user input?

I printed files using os.listdir() and found the files inside the folder i am looking for. I'm now looking for user input to know which files to look in. The files are in years and month and I'm not sure how? Picture of my code now
Magnmi
  • 1
  • 1
0
votes
1 answer

How to Upload Files on Google Drive Folder having Read/ Write full Access

I have created a Test folder on my Google Drive. I want to upload files in this folder using the google drive hard-coded URL. Anyone can access this folder and anyone can add and delete files because I have provided full access to this folder. But…
1
2