<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; webdav</title> <atom:link href="http://www.ghacks.net/tag/webdav/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Windows DLL Hijack Vulnerability Affects Exe Files As Well</title><link>http://www.ghacks.net/2010/09/11/windows-dll-hijack-vulnerability-affects-exe-files-as-well/</link> <comments>http://www.ghacks.net/2010/09/11/windows-dll-hijack-vulnerability-affects-exe-files-as-well/#comments</comments> <pubDate>Fri, 10 Sep 2010 23:37:18 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[dll hijack]]></category> <category><![CDATA[webdav]]></category> <category><![CDATA[windows security]]></category> <category><![CDATA[windows vulnerability]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=34155</guid> <description><![CDATA[The recently discovered DLL hijack vulnerability in Windows appears to be more critical than thought. Up until now it was confirmed that Windows would load dlls from the current working directory if they cannot be found in directories with a higher search priority. This in turn meant that attackers had to use a dll unknown [...]]]></description> <content:encoded><![CDATA[<p>The recently discovered DLL hijack vulnerability in Windows appears to be more critical than thought. Up until now it was confirmed that Windows would load dlls from the current working directory if they cannot be found in directories with a higher search priority. This in turn meant that attackers had to use a dll unknown on the system to exploit the vulnerability. Users who want a confirmed list of Windows programs that are affected by the DLL vulnerability can visit <a
href="http://secunia.com/advisories/windows_insecure_library_loading/">Secunia</a> for that. At the time of writing, a total of 123 different applications by 47 vendors are affected.</p><p>The problem with executable files is that the search priority list changes. According to a blog post at the <a
href="http://blog.acrossecurity.com/2010/09/binary-planting-goes-exe.html">Acros Security</a> blog, exe files are either loaded with the highest or second highest priority in Windows.</p><p>This means for instance that a command to launch a new process will look into the current working directory prior to looking into the Windows directories or directories in the path environment.</p><p>An attacker could exploit this by placing executables of the same name in the working directory, e.g. a malicious explorer.exe that is launched by the application executed by the user of the system.</p><p>What does it mean? It means that the situation is highly critical as the available workarounds to protect a system from the DLL hijacking vulnerability are not working to protect it against the exe hijacking.</p><blockquote><p>[CreateProcess] Apparently the current working directory is in the second place, which means that when an application tries to launch the Windows Calculator by calling something like CreateProcess(NULL,&#8221;calc.exe&#8221;,&#8230;),  a malicious calc.exe  lurking in the current working directory will get launched instead. And remotely, too, if the current working directory happens to point to a remote network share in a local network or on Internet. And no, launching remote executables using these functions will never issue any security warnings to the user, in contrast to ShellExecute*. As far as we know, introducing ShellExecute-like security warnings to these functions would cause serious problems with various batch jobs and server back-end operations running without humans present.</p></blockquote><p>Acros have created a test and have released it to the public. The Online Binary Planting Exposure Test is available on <a
href="http://www.binaryplanting.com/test.htm">Binaryplanting.com</a>. This test is aimed at users who want totest their exposure to binary planting attacks.</p><p>The easiest way to fix the issue, at least for users who do not use WebDav is to disable it. Windows 7 users need to open the Windows Services with the hotkey Windows-R, typing services.msc and hitting enter. They then need to locate the service WebClient, which is set to manual by default. A double-click on the entry and the selection of disabled disables the service completely on the operating system.</p><div
id="attachment_34156" class="wp-caption alignnone" style="width: 430px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/webclient.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/webclient.png" alt="webclient" title="webclient" width="420" height="474" class="size-full wp-image-34156" /></a><p
class="wp-caption-text">webclient</p></div><p>The issue itself still exists on local drives, after disabling WebDav. An example was given for Apple&#8217;s Safari web browser, which can be used in the attacks (Apple has updated the browser since then):</p><blockquote><p>As a result of an incorrect process launching in Apple Safari for Windows, an attacker can cause her malicious EXE [1] to be loaded and executed from local drives, remote Windows shares, and even shares located on Internet.</p><p>What a remote attacker has to do is plant a malicious explorer.exe on a network share and get the user to open an HTML file from this network location with Safari &#8211; which should require minimal social engineering. Then, when the user tries to open one of his downloaded files in the<br
/> containing folder (e.g., menu: Window -> Downloads -> right-click on a file -> Show Containing Folder), the malicious explorer.exe is launched instead of the legitimate one.</p><p>Alternatively, if the HTML file opens (or redirects to) any &#8220;file://&#8221; location, Safari&#8217;s attempt to launch Windows Explorer will result in launching the malicious explorer.exe. (<a
href="http://www.acrossecurity.com/aspr/ASPR-2010-09-08-1-PUB.txt">via</a>)</p></blockquote><p>Security software that is up to date is the most effective option in protecting the system from local attacks.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/09/11/windows-dll-hijack-vulnerability-affects-exe-files-as-well/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Windows Shell Vulnerability, Fix Inside</title><link>http://www.ghacks.net/2010/07/17/windows-shell-vulnerability-fix-inside/</link> <comments>http://www.ghacks.net/2010/07/17/windows-shell-vulnerability-fix-inside/#comments</comments> <pubDate>Sat, 17 Jul 2010 21:13:11 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[lnk]]></category> <category><![CDATA[lnk files]]></category> <category><![CDATA[webdav]]></category> <category><![CDATA[windows security]]></category> <category><![CDATA[windows shell]]></category> <category><![CDATA[windows vulnerability]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28361</guid> <description><![CDATA[A recently discovered vulnerability in Windows Shell allows remote code execution on affected computer systems if exploited correctly. A security advisory that was posted yesterday on Microsoft&#8217;s Technet website confirms limited, targeted attacks that are exploiting a vulnerability in Windows Shell and the parsing of .lnk files. Attackers could exploit the vulnerability to infect Windows [...]]]></description> <content:encoded><![CDATA[<p>A recently discovered vulnerability in Windows Shell allows remote code execution on affected computer systems if exploited correctly. A security advisory that was posted yesterday on Microsoft&#8217;s Technet website confirms limited, targeted attacks that are exploiting a vulnerability in Windows Shell and the parsing of .lnk files.</p><p>Attackers could exploit the vulnerability to infect Windows operating systems during connection of removable drives, if autoplay is enabled on the system. The attack uses a specifically prepared lnk-file, containing code that is executed because Windows Shell does not parse that parameter sufficiently.</p><p>Affected are all Microsoft operating systems since (and including) Windows XP. Microsoft mentions other attack scenarios besides removable devices. The vulnerability can also be exploited via WebDAV or network shares.</p><p><span
id="more-28361"></span>Microsoft mentions three mitigating factors in the security advisory. A successful attack will give the attacker the same rights as the active user. Limited usage rights would mean that the attack could have less impact than an attack on a system where the user has administrative rights.</p><p>Systems with autoplay disabled cannot be attacked during connection. A user would have to launch &#8220;Windows Explorer or a similar application and browse to the root folder of the removable disk&#8221; for the attack to be started.</p><p>Finally, &#8220;Blocking outbound SMB connections on the perimeter firewall will reduce the risk of remote exploitation using file shares&#8221;.</p><p>A patch is currently not offered, a workaround exists however. The following steps need to be completed to protect a computer system:</p><h3>Disable the displaying of icons for shortcuts</h3><blockquote><p>Note Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk. For information about how to edit the registry, view the &#8220;Changing Keys And Values&#8221; Help topic in Registry Editor (Regedit.exe) or view the &#8220;Add and Delete Information in the Registry&#8221; and &#8220;Edit Registry Data&#8221; Help topics in Regedt32.exe.</p><ol><li>Click Start, click Run, type Regedit in the Open box, and then click OK</li><li>Locate and then click the following registry key:<br
/> HKEY_CLASSES_ROOT&#92;lnkfile&#92;shellex&#92;IconHandler</li><li>Click the File menu and select Export</li><li>In the Export Registry File dialog box, enter LNK_Icon_Backup.reg and click Save<p>Note This will create a backup of this registry key in the My Documents folder by default</li><li>Select the value (Default) on the right hand window in the Registy Editor. Press Enter to edit the value of the key. Remove the value, so that the value is blank, and press Enter.</li><li>Restart explorer.exe or restart the computer.</li></ol></blockquote><p>Impact: Will disable all shortcut icons, which means for instance that all Windows 7 taskbar items or start menu items are showing as white icons, which makes identification hard to impossible.</p><p>Microsoft suggests to disable the WebClient service to block the most likely remote attack vector through the Web Distributed Authoring and Versioning (WebDAV) client service.</p><blockquote><p>To disable the WebClient Service, follow these steps:</p><ul><li>Click Start, click Run, type Services.msc and then click OK.</li><li>Right-click WebClient service and select Properties.</li><li>Change the Startup type to Disabled. If the service is running, click Stop.</li><li>Click OK and exit the management application.</li></ul></blockquote><p>Additional information are available at the <a
href="http://www.microsoft.com/technet/security/advisory/2286198.mspx">Microsoft Security Advisory</a> page and the <a
href="http://www.wilderssecurity.com/showthread.php?p=1712146">Wilders Security</a> forum.</p><blockquote><p>Modules of current malware were first time detected by &#8220;VirusBlokAda&#8221; (http://anti-virus.by/en/) company specialists on the 17th of June, 2010 and were added to the anti-virus bases as Trojan-Spy.0485 and Malware-Cryptor.Win32.Inject.gen.2. During the analysis of malware there was revealed that it uses USB storage device for propagation.</p><p>You should take into consideration that virus infects Operation System in unusual way through vulnerability in processing lnk-files (without usage of autorun.inf file).</p><p>So you just have to open infected USB storage device using Microsoft Explorer or any other file manager which can display icons (for i.e. Total Commander) to infect your Operating System and allow execution of the malware.</p><p>Malware installs two drivers: mrxnet.sys and mrxcls.sys. They are used to inject code into systems processes and hide malware itself. That&#8217;s the reason why you can&#8217;t see malware files on the infected USB storage device. We have added those drivers to anti-virus bases as Rootkit.TmpHider and SScope.Rookit.TmpHider.2. Note that both drivers are signed with digital signature of Realtek Semiconductor Corp. (www.realtek.com).</p><p>Thus, current malware should be added to very dangerous category causes the risk of the virus epidemic at the current moment.</p><p>After we have added a new recordes to the anti-virus bases we are admitting a lot of detections of Rootkit.TmpHider and SScope.Rookit.TmpHider.2  all over the world.</p></blockquote><p>Expect a patch soon that is addressing the issue.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/17/windows-shell-vulnerability-fix-inside/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Secure FTP Client Online</title><link>http://www.ghacks.net/2009/03/23/secure-ftp-client-online/</link> <comments>http://www.ghacks.net/2009/03/23/secure-ftp-client-online/#comments</comments> <pubDate>Mon, 23 Mar 2009 09:33:28 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[ftp]]></category> <category><![CDATA[ftp client]]></category> <category><![CDATA[ftp client online]]></category> <category><![CDATA[ftp server]]></category> <category><![CDATA[ftp transfer]]></category> <category><![CDATA[ftps]]></category> <category><![CDATA[secure file transfer]]></category> <category><![CDATA[secure ftp client]]></category> <category><![CDATA[server]]></category> <category><![CDATA[sftp]]></category> <category><![CDATA[webdav]]></category> <category><![CDATA[website]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/03/23/secure-ftp-client-online/</guid> <description><![CDATA[Back in the days when I worked part time for a big financial company and ran Ghacks the rest of the time I sometimes had to access Ghacks while I was at work. The worst case scenario was that the web servers were down but it could also have been because of time critical security [...]]]></description> <content:encoded><![CDATA[<p>Back in the days when I worked part time for a big financial company and ran Ghacks the rest of the time I sometimes had to access Ghacks while I was at work. The worst case scenario was that the web servers were down but it could also have been because of time critical security updates or simple maintenance of the website. The problem was that there was no local ftp client installed which meant the only way to access the website was by using a secure ftp client online.</p><p>Any Client is one of those secure ftp clients that supports the ftp, sftp, webdav and ftps protocol. It runs remotely using Java and webmasters can use it to connect to their web servers to perform all the operations a ftp client offers them including file transfers and manipulations. The use of protocols that use encryption such as sftp or ftps ensure data safety during transfer. All settings and parameters are stored on the local computer system.</p><p>Cautious users might want to consider installing a secure ftp server directly on their web server that can be accessed using a web browser to avoid any security risks or complications that exist while trusting third party websites with your ftp data.</p><p><span
id="more-11397"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/03/secure_ftp_client-499x367.jpg" alt="secure ftp client" title="secure ftp client" width="499" height="367" class="alignnone size-medium wp-image-11395" /></p><p>Any Client will load the Java Applet in the web browser and display the contents of the local computer system on the left. A click on the Connect button will open a new smaller window allowing the user to configure and add ftp servers. The ftp client configuration menu contains similar options than local ftp clients offer. Users can add and store multiple ftp servers, select the protocol, add sftp / ssh authentication and specify a starting local and remote directory.</p><p>The only difference is the absence of options that configure the ftp client itself, for example the number of simultaneous connections or file transfer limitations.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/03/secure_ftp_client_online-500x411.jpg" alt="secure ftp client online" title="secure ftp client online" width="500" height="411" class="alignnone size-medium wp-image-11396" /></p><p>Once the ftp server has been added the ftp client can be used to connect to it. Users can now download, edit, rename or delete files while connected to the ftp server. A feature that is missing is chmod which can be used to configure access rights for files.</p><p>Any Client offers a quick and easy way to connect to ftp servers. It provides access to the basic feature set of ftp clients but lacks several advanced features that webmasters might need every now and then. Security sensitive users and those with important data on their servers might want to consider using a self hosted ftp server script instead of a third party service to reduce the security risks.</p><p><strong>Update</strong>: the service seems to have been discontinued.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/23/secure-ftp-client-online/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Mount Remote FTP And Webdav Servers</title><link>http://www.ghacks.net/2009/01/08/mount-remote-ftp-and-webdav-servers/</link> <comments>http://www.ghacks.net/2009/01/08/mount-remote-ftp-and-webdav-servers/#comments</comments> <pubDate>Thu, 08 Jan 2009 20:34:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ftp]]></category> <category><![CDATA[ftp server]]></category> <category><![CDATA[mount ftp]]></category> <category><![CDATA[mount webdav]]></category> <category><![CDATA[netdrive]]></category> <category><![CDATA[remote ftp]]></category> <category><![CDATA[remote ftp server]]></category> <category><![CDATA[webdav]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9737</guid> <description><![CDATA[NetDrive is a software to mount remote ftp and webdav servers that somehow has never been mentioned at Ghacks before. That&#8217;s a rare occurrence especially if the software is well designed and free. A large portion of webmasters have to connect to remote ftp servers regularly to update files on the website. There are obviously [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.netdrive.net/home.html">NetDrive</a> is a software to mount remote ftp and webdav servers that somehow has never been mentioned at Ghacks before. That&#8217;s a rare occurrence especially if the software is well designed and free. A large portion of webmasters have to connect to remote ftp servers regularly to update files on the website. There are obviously other ways to update files like an admin interface that allows the direct manipulation of files on the server.</p><p>An alternative to connecting to remote ftp servers with ftp programs is to mount the ftp server as a local drive on the computer system. NetDrive provides the means to do that.</p><p>The software comes with a clean interface that has several popular ftp servers preinstalled. New servers can be added by providing the IP, port, username, password and drive letter for that connection. There is also a setting to define when the ftp server or webdav server should be added as a drive letter. The options are to do that when the system starts or when NetDrive starts.</p><p><span
id="more-9737"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/01/remote_ftp-500x353.jpg" alt="remote ftp" title="remote ftp" width="500" height="353" class="alignnone size-medium wp-image-9745" /></p><p>Once the remote ftp has been mounted it is possible to access the ftp like any other drive letter in Windows. It essentially means that no ftp software is needed to connect to the ftp server and that programs like Windows Explorer or equivalents can be used instead.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/08/mount-remote-ftp-and-webdav-servers/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Ghacks Christmas Giveaway: GoodSync</title><link>http://www.ghacks.net/2008/12/08/ghacks-christmas-giveaway-goodsync/</link> <comments>http://www.ghacks.net/2008/12/08/ghacks-christmas-giveaway-goodsync/#comments</comments> <pubDate>Mon, 08 Dec 2008 10:00:19 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[amazon s3]]></category> <category><![CDATA[auto sync]]></category> <category><![CDATA[data backup]]></category> <category><![CDATA[file synchronization]]></category> <category><![CDATA[ghacks Christmas giveaway]]></category> <category><![CDATA[GoodSync]]></category> <category><![CDATA[sync files]]></category> <category><![CDATA[synchronize]]></category> <category><![CDATA[webdav]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8799</guid> <description><![CDATA[The first week of the Ghacks Christmas Giveaway has passed and I can already assure you that it will not be the last giveaway here at Ghacks. The majority loves the products that I have selected so far and I hope that this trend continues in the coming three weeks. Today&#8217;s offer is the file [...]]]></description> <content:encoded><![CDATA[<p>The first week of the Ghacks Christmas Giveaway has passed and I can already assure you that it will not be the last giveaway here at Ghacks. The majority loves the products that I have selected so far and I hope that this trend continues in the coming three weeks. Today&#8217;s offer is the file synchronization software <a
href="http://www.goodsync.com/">GoodSync</a> from the makers of <a
href="http://www.roboform.com">RoboForm</a>.</p><p>Goodsync provides the typical left / right interface that many file synchronization software programs use. One interesting aspect is that it can not only be used to keep files in sync but also to backup them. Both operations are started as so called jobs. A job consists of a few steps that the user has to configure.</p><p>A file synchronization requires the selection of two folders that should be kept in sync. This can be used to sync emails, documents, music and anything practically anything else that is needed in more than one folder.</p><p><span
id="more-8799"></span>The analyze button will scan both directories and display the folders, files, sizes and additional information of both sides. The program will also list the space requirements on both hard drives if the synchronization is started. All files and the direction that they are copied will be shown as well.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/file_synchronization-500x375.gif" alt="file synchronization" title="file synchronization" width="500" height="375" class="alignnone size-medium wp-image-8800" /></p><p>Goodsync can also change the display mode so that only conflicts, errors and other information such as the sync state will be displayed.</p><p>Users can finetune the process before starting the synchronization. It is for example possible to exclude folders or files from synchronization or change their direction. The default sync direction is a two-way sync but it is possible to change that to a one-way sync easily in the options.</p><p>Filters can be used to exclude certain files or folders from the synchronization. One of the most important aspects of a file synchronization software is the support of storage space. GoodSync supports synchronization and backups on local hard drives, network drives, ftp, sftp, Amazon S3, WebDav and WinMobile hardware. It is therefor no problem to sync files from ftp or sftp to the local computer.</p><p>Once everything has been configured according to your wishes you can the automatic options. It&#8217;s much like a scheduler. You can set the interval or event when the file synchronization software should analyze or sync files and what the software should do if conflicts are encountered.</p><p>The options are also the place to create global filters and to change other options like the buffer size or if locked files should be copied.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/goodsync.jpg" alt="goodsync" title="goodsync" width="489" height="471" class="alignnone size-medium wp-image-8801" /></p><p>Experienced users will like the sheer amount of command line options that are provided by the file synchronization software. There is practically a switch for every option of the software to synchronize or backup files. It is possible to import or export the job list to run it on multiple computers.</p><p>Every user is able to create file synchronization or backup jobs with GoodSync in a few easy steps. Experts will love all the settings and options to tweak the software.</p><p>Five licenses of GoodSync are up for grabs. To win one simply leave a comment and tell us what you would sync or backup with it.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/08/ghacks-christmas-giveaway-goodsync/feed/</wfw:commentRss> <slash:comments>69</slash:comments> </item> <item><title>Connect Open Office To Google Docs, Zoho or WebDAV</title><link>http://www.ghacks.net/2008/11/01/connect-open-office-to-google-docs-zoho-or-webdav/</link> <comments>http://www.ghacks.net/2008/11/01/connect-open-office-to-google-docs-zoho-or-webdav/#comments</comments> <pubDate>Sat, 01 Nov 2008 10:36:32 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[export documents]]></category> <category><![CDATA[google docs]]></category> <category><![CDATA[import documents]]></category> <category><![CDATA[open office addon]]></category> <category><![CDATA[open office extension]]></category> <category><![CDATA[open-office]]></category> <category><![CDATA[webdav]]></category> <category><![CDATA[zoho]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7988</guid> <description><![CDATA[OpenOffice.org 2 GoogleDocs is an Open Office extension that is compatible with OpenOffice.org 2.0.4+ or StarOffice 8+. It provides import and export options for Google Docs, Zoho or WebDAV servers from withing Open Office which should be interesting for all users who use at least one of the services and Open Office regularly. Installation of [...]]]></description> <content:encoded><![CDATA[<p>OpenOffice.org 2 GoogleDocs is an Open Office extension that is compatible with OpenOffice.org 2.0.4+ or StarOffice 8+. It provides import and export options for Google Docs, Zoho or WebDAV servers from withing Open Office which should be interesting for all users who use at least one of the services and Open Office regularly.</p><p>Installation of the Google Docs Open Office <a
href="http://extensions.services.openoffice.org/project/ooo2gd">extension</a> could not be easier. A double-click on the program&#8217;s icon after downloading it should open the Extension Manager of Open Office automatically with a prompt to install the extension. The selection of yes will install it.</p><p>The extension will display five new icons that can be placed in a Open Office toolbar. Here is what they do from left to right: Export to Google Docs, Import from Google Docs, Export to Zoho, Import from Zoho, Export to WebDAV server.</p><p><span
id="more-7988"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/open_office_extension.jpg" alt="" title="open office extension" width="140" height="28" class="alignnone size-medium wp-image-7989" /></p><p>A click on an icon will open a new dialog. It is usually required to provide account information of the service or server before performing the action. To export a document to Google Docs one would have to supply the Google username and password which can be saved locally to avoid the hassle of having to fill out the information every time that feature is being used.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/export_to_google_docs-500x271.jpg" alt="export to google docs" title="export to google docs" width="500" height="271" class="alignnone size-medium wp-image-7990" /></p><p>Importing documents works pretty much the same way with the difference that all supported documents that are available online will be displayed giving the user the choice to load them locally or in the browser.</p><p>The document import is limited. It is possible to import text documents or presentations from Google Docs. Zoho is supporting the import of spreadsheets in addition to that. Virtually any document can be exported to both services though.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/11/01/connect-open-office-to-google-docs-zoho-or-webdav/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
