You are here

I need a Webdav client portable

14 posts / 0 new
Last post
byroncorrales
Offline
Last seen: 16 years 6 months ago
Joined: 2007-07-17 02:52
I need a Webdav client portable

Do you know about any Webdav client portable. I need one for management my website

Please help me,
Thanks

Aciago
Aciago's picture
Offline
Last seen: 5 months 1 week ago
Joined: 2007-01-24 14:23
?

And what is a WebDav? Do you have links, descriptions, etc?

------------------
I have no signature again... Cry

If a packet hits a pocket on a socket on a port,
and the bus is interrupted as a very last resort,
and the address of the memory makes your floppy disk abort,
then the socket packet pocket has an error to report Biggrin

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
My suggestion would be

webdev.
Something like KompoZer.
“Science is the belief in the ignorance of the experts” - Richard P. Feynman

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

alanbcohen
Offline
Last seen: 4 years 7 months ago
Joined: 2006-01-04 10:47
From Google

webdav.org

What is WebDAV?
Briefly: WebDAV stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.

It isn't a particular application, just a type of app, like a word processor or database.

BuddhaChu
BuddhaChu's picture
Offline
Last seen: 7 years 5 months ago
Joined: 2006-11-18 10:26
WebDav is a protocol...

...not an application. A webDav client (IMO) would allow you to access the files the computer like they were on a network share. WebDav can also be coded into an application itself so the app does the communicating between itself and the WebDav server.

http://www.webdav.org/projects/

There are few apps/client listed on the above link that could be usefull, but use Java. If someone could leverage the Java now supported in \CommonFiles\Java in the PA directory structure to run the Java apps you could run one of those apps/client portably.

Edit: one posibility is to use Dav Explorer which uses a batch file to launch the .jar file. You could recode the .bat file to use a relative path to the \CommonFiles\Java\bin\java.exe executable to launch the .jar file. (Sounds good in theory, haven't tried it out...)

http://www.davexplorer.org/download.html

Edit2: I was able to launch the Dav Eplorer client using the method explained above. Just change the batch file to use a relative link to point to the java.exe file using ..\..\ etc. and "navigate" to it.

BTW: If you're using WinXP (and possibly Vista) you can mount a WebDav resource using the Network Places stuff (could possibly be buggy however).

Use the directions on the top of this page:

http://www.howtoforge.com/webdav_with_ssl_and_two_factor_authentication_p3

Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!

Roach
Offline
Last seen: 10 years 7 months ago
Joined: 2007-02-17 10:17
There's two small problems

There's two small problems with the Windows implementation of WebDAV:

1) File size is limited to about 45 MB.

2) Opened files are copied to C:\Documents and Settings\LocalService\Local Settings\Temporary Internet
Files\Content.IE5\… (in XP) or C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\TfsStore\Tfs_DAV (Vista / 7), where they remain even after files are closed again. These files are accessible only with admin rights, but that can be too much already.

Therefore, a portable WebDAV-client would be great to have (the German c't magazine has an encryption solution for USB sticks that works without admin rights by setting up a WebDAV server for the encrypted files, that would also benefit nicely from this ...).

ottosykora
Offline
Last seen: 18 hours 19 min ago
Joined: 2007-10-11 17:48
yes nice idea

>(the German c't magazine has an encryption solution for USB sticks that works without admin rights by setting up a WebDAV server for the encrypted files, that would also benefit nicely from this ...).

Otto Sykora
Basel, Switzerland

BENNYSOFT
Offline
Last seen: 12 years 7 months ago
Joined: 2009-04-29 02:44
FileSizeLimitInBytes

1) File size is limited to about 45 MB.

There's a limitation in Windows Vista and 7.

You can increase the registry key FileSizeLimitInBytes up to 4 GB.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters]
"FileSizeLimitInBytes"=dword:ffffffff

But this isn't a portable solution on strange computers, unfortunately.

byroncorrales
Offline
Last seen: 16 years 6 months ago
Joined: 2007-07-17 02:52
something like WebDrive

I just want something like webdrive software http://www.webdrive.com/ ....
This software allow you access to a Webdav and FTP Servers. The problem is that is not free and is not portable

crux
Offline
Last seen: 3 years 4 months ago
Joined: 2008-06-13 18:10
That software makes bold claims.

It says it can open and modify files on an FTP server without downloading them. I'd like to see how that works.

ottosykora
Offline
Last seen: 18 hours 19 min ago
Joined: 2007-10-11 17:48
advertizing is one thing

your knowledge and some portion of common sense is other matter Wink

it means just, that general folks do not notice that they downloaded, modified and uploaded a file when using wbedav, it kind of does it automatically in background.

In this moment I still remember there was some software introduced by someone recently, which claimed to write protect your usb stick by simply running some small file on the stick.... If you read the advertising connected with this 'software', well you realize that it is probably based on freedom of speech and written word and....

Or do you know someone who did loose 30kg of body weight in 2 weeks when signed for this special diet scheme in the ...magazine?

Otto Sykora
Basel, Switzerland

hienmizu
Offline
Last seen: 8 years 2 months ago
Joined: 2016-01-08 09:54
how to create website like

how to create website like cameyo for run portable app on website online?
i have a forum in this website. please jointo find answer.

back-slap
Offline
Last seen: 1 year 10 months ago
Joined: 2007-09-28 06:22
Webdav client portable

A helpful answer to the OP 's question is WinSCP Portable at https://portableapps.com/apps/internet/winscp_portable

It has pretty solid WebDAV function available at time of this post.

PortableApps.com Apps page https://portableapps.com/apps doesn't list the WebDAV feature available at time of this post.

This might also help people still looking for answers on the topic Portable WebDAV at https://portableapps.com/node/160

I know this thread is ancient but hopefully this can help someone nowdays as currently FTP access is being phased out by some online storage services in favour of WebDAV.

tal
Offline
Last seen: 11 months 4 weeks ago
Developer
Joined: 2009-08-07 07:34
you can use winscp. it use

you can use winscp. it use also webdav protocol for file transfer.
https://portableapps.com/apps/internet/winscp_portable
https://winscp.net/eng/docs/webdav

Log in or register to post comments