4

I'd like to copy files from a network drive to a SharePoint site (perhaps as a mapped drive). What's a good client to do so? Obviously Windows (XP) Explorer is bad, I'm trying RichCopy at the moment. Any opinions on CoreFTP? Are there any recommended open-source WebDAV clients?

blong
  • 144
  • 1
  • 1
  • 13

6 Answers6

4

I use http://www.anyclient.com/ for all my WebDav transactions and have had no issues...

  • AnyClient does look pretty good. I had trouble though using my system proxy to connect to our Intranet SharePoint. I ended up connecting to the SharePoint document library as a mapped network drive, then migrating all of my files / folders using FreeFileSync (http://sourceforge.net/projects/freefilesync/) which worked fantastically and produced verbose errors for all of issues with files that cannot be uploaded to SharePoint. Thanks for the answer Jesse! – blong May 18 '10 at 14:07
4

Bitkinex works great. (http://www.bitkinex.com)

And for mapping WebDAV as a drive you can use the free client from http://www.cloudsafe.com (https://secure.cloudsafe.com/pages/topics_cloudsafeclient.html)

Rob
  • 3
  • 1
Sys0p
  • 41
  • 1
2

Have you tried WinSCP or http://www.bitkinex.com/

What about wget?

Incidentally, what's wrong with Explorer?

gWaldo
  • 11,887
  • 8
  • 41
  • 68
1

I used freefilesync to sync my remote folder to the sharepoint folder. I do this using the batch file utility that comes with freefilesync, then I call the batchfile using FreeFileSync.exe @batchfile@. It works fine, except that it remains as checked out, so users still cannot see it. How do I change the status to checked-in programmatically?

  • @gary - Not sure how much this helps (way back when) I was on the project that required the WebDAV file management, I did try AnyClient at first and it was pretty good. FreeFileSync proved better for my application though - I guess I never noticed this answer though! (I wrapped the project in June '10). Thanks! – blong Feb 22 '11 at 13:51
0

Cyberduck https://cyberduck.io/download/ is free and has source code available: https://trac.cyberduck.io/wiki/WikiStart#Source

And WindowsExplorer is bad because it has a path length limitation.

klaus thorn
  • 329
  • 3
  • 11
0

I would suggest taking a look at http://www.ajaxfilebrowser.com/. It is a WebDAV client built using pure JavaScript that runs in IE, Firefox, Chrome and Safari.

You can use it for free from this web page, even no installation is required: http://www.ajaxfilebrowser.com/?CrossDomainDemo

user53100
  • 81
  • 1
  • 1