FS plugin for Windows Live SkyDrive
Moderators: Hacker, petermad, Stefan2, white
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
- Steppenwolf
- Junior Member
- Posts: 40
- Joined: 2004-11-30, 10:28 UTC
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
2Steppenwolf
http://skydrivewfx.codeplex.com/
http://skydrivewfx.codeplex.com/
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
- robinsiebler
- Senior Member
- Posts: 460
- Joined: 2003-03-05, 21:04 UTC
I'll try the 64 bit version when I get home. In the meantime, I have a feature request: if the file has a description in TC, it should be added as a comment for the file in SkyDrive. And vice versa, of course.
Robin L. Siebler
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
- Steppenwolf
- Junior Member
- Posts: 40
- Joined: 2004-11-30, 10:28 UTC
- robinsiebler
- Senior Member
- Posts: 460
- Joined: 2003-03-05, 21:04 UTC
I got an error when trying to copy a 20MB file (perhaps it was too big?).
HgCo.WindowsLive.SkyDrive.OperationFailedException: The request was aborted: The request was canceled. ---> System.Net.WebException: The request was aborted: The request was canceled. ---> System.IO.IOException: Cannot close stream until all bytes are written.
at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting)
--- End of inner exception stack trace ---
at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting)
at System.Net.ConnectStream.System.Net.ICloseEx.CloseEx(CloseExState closeState)
at System.Net.ConnectStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.Stream.Dispose()
at HgCo.WindowsLive.SkyDrive.HttpWebClient.UploadValuesMultipartEncoded(Uri address, Dictionary`2 parameters, Boolean allowAutoRedirect)
at HgCo.WindowsLive.SkyDrive.SkyDriveWebClient.UploadWebFile(String fileName, WebFolderInfo webFolderParent)
--- End of inner exception stack trace ---
at HgCo.WindowsLive.SkyDrive.SkyDriveWebClient.UploadWebFile(String fileName, WebFolderInfo webFolderParent)
at HgCo.WindowsLive.SkyDrive.TotalCommander.Plugins.SkyDriveWfx.PutFile(String LocalName, String& RemoteName, CopyFlags CopyFlags)
HgCo.WindowsLive.SkyDrive.OperationFailedException: The request was aborted: The request was canceled. ---> System.Net.WebException: The request was aborted: The request was canceled. ---> System.IO.IOException: Cannot close stream until all bytes are written.
at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting)
--- End of inner exception stack trace ---
at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting)
at System.Net.ConnectStream.System.Net.ICloseEx.CloseEx(CloseExState closeState)
at System.Net.ConnectStream.Dispose(Boolean disposing)
at System.IO.Stream.Close()
at System.IO.Stream.Dispose()
at HgCo.WindowsLive.SkyDrive.HttpWebClient.UploadValuesMultipartEncoded(Uri address, Dictionary`2 parameters, Boolean allowAutoRedirect)
at HgCo.WindowsLive.SkyDrive.SkyDriveWebClient.UploadWebFile(String fileName, WebFolderInfo webFolderParent)
--- End of inner exception stack trace ---
at HgCo.WindowsLive.SkyDrive.SkyDriveWebClient.UploadWebFile(String fileName, WebFolderInfo webFolderParent)
at HgCo.WindowsLive.SkyDrive.TotalCommander.Plugins.SkyDriveWfx.PutFile(String LocalName, String& RemoteName, CopyFlags CopyFlags)
Robin L. Siebler
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
- robinsiebler
- Senior Member
- Posts: 460
- Joined: 2003-03-05, 21:04 UTC
- robinsiebler
- Senior Member
- Posts: 460
- Joined: 2003-03-05, 21:04 UTC
Feature Request: Remember Login
Can you have your plugin remember the login info, so I don't have to deal with the login dialog every (1st) time?
Robin L. Siebler
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
- robinsiebler
- Senior Member
- Posts: 460
- Joined: 2003-03-05, 21:04 UTC
Error could not load plugin! or "Some DLLs are missing&
2everybody
I tested the plugin on both Windows 7 x86 and x64. On both systems, the plugin failed to load at all.
I realized that some additional non-managed libraries are required to run the plugin. I suppose (I haven't tested yet), these libraries can be found in Microsoft Visual C++ 2008 Redistributable Package (x86).
So those who cannot load/add the plugin in TC, please try to download and install that package and retry to load the plugin in TC.
Regards,
Gabor
I tested the plugin on both Windows 7 x86 and x64. On both systems, the plugin failed to load at all.
I realized that some additional non-managed libraries are required to run the plugin. I suppose (I haven't tested yet), these libraries can be found in Microsoft Visual C++ 2008 Redistributable Package (x86).
So those who cannot load/add the plugin in TC, please try to download and install that package and retry to load the plugin in TC.
Regards,
Gabor
- robinsiebler
- Senior Member
- Posts: 460
- Joined: 2003-03-05, 21:04 UTC
2robinsiebler
Yeah, the same happened for me when tested.
I would create a debug version, but the problem is in that native/managed library (DTools, also from CodePlex) I use to be able to write TC plugin in .Net. I tried to compile this library on my own, but couldn't.
Currently, I try to find out that what DLLs the DTools library wants to load .. and why it cannot load on vista or windows7 OS.
Yeah, the same happened for me when tested.
I would create a debug version, but the problem is in that native/managed library (DTools, also from CodePlex) I use to be able to write TC plugin in .Net. I tried to compile this library on my own, but couldn't.
Currently, I try to find out that what DLLs the DTools library wants to load .. and why it cannot load on vista or windows7 OS.