Mejmo
Mejmo

Reputation: 2593

Functional WebDav client

I need to edit remotely folders located on Windows Server 2003. I read that webdav seems to behave quite unexpectedly with different versions of windows. Do you have some fully working solution with Windows7 64bit + Windows Server 2003 ?

If you are not for webdav, what do you recommend in this situation ? What protocol / client software?

Thanks.

Upvotes: 0

Views: 350

Answers (2)

Tracy Welsh Ryan
Tracy Welsh Ryan

Reputation: 1

There are several good WebDAV clients available. Two that come to mind are WebDrive and Expandrive. WebDrive is a native 64bit application. Not sure about Expandrive. Here are the reviews on Spiceworks: WebDrive and Expandrive NOTE: Spiceworks doesn't have a review category for WebDAV clients; both of these are listed under the FTP client category, but they do support WebDAV.

Upvotes: 0

bazilio
bazilio

Reputation: 29

no client, just:

cmd net * use "https://server/webdav" /user:%username% %password%

works for me on my win7x64

Upvotes: 1

Related Questions