rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: pompone on June 21, 2010, 06:50:24 AM

Title: Is it possible to upload an entire folder remotely?
Post by: pompone on June 21, 2010, 06:50:24 AM
Hi, I'm new in this forum, but are two months that I text hfs.
The 260 Beta, work correctly.
Is it possible to upload an entire folder remotely?
Thank You.
Title: Re: Testing build #260
Post by: Mars on June 21, 2010, 10:40:46 AM
This possibility was envisaged there is indeed for a long time, I do not know if it is in the todo list.

Although hfs do not manage the protocole ftp , it is possible all the same to transfer a directory in the form of an archives (tar, rar, zip) and to use the macro to throw(launch) a software (winzip, winrar) as a dos command at the end of the load and which unwinds the contents where we wish it on the server.

For all this, it is going to take time to you of search on the forum and also the wiki with this shorcut

http://www.rejetto.com/forum/index.php?topic=1939.msg1032472#msg1032472

 ;)
Title: Re: Testing build #260
Post by: pompone on June 21, 2010, 12:13:04 PM
ok ok, thank's mars.

Ignoring the possibility to upload an entire folder with WinZip or another, I can upload multiple remote files with multiple selection without having to redo the move to single file upload?

Thank you.
Title: Re: Testing build #260
Post by: Mars on June 21, 2010, 12:59:02 PM
you have to use event (in hfs.events) [upload completed]

with a script, the macro  exec can launch your favorite software as

program  /extract file="uploded_file"  outputdir= "real folder of the vfs"

to do all this job, it is preferable that you make it yourself and that we correct your errors by advising to you

 ;)
Title: Re: Is it possible to upload an entire folder remotely?
Post by: rejetto on June 22, 2010, 12:50:28 PM
the upload form doesn't support multiple file selections.
you must select one file at time.
Title: Re: Is it possible to upload an entire folder remotely?
Post by: pompone on June 28, 2010, 08:30:32 AM
Hello, I'm not a programmer, in version 2.3 beta is not possible to add buttons "rename file / folder selected" and "delete file / folder selected"?

Thanks,
bye.
Title: Re: Is it possible to upload an entire folder remotely?
Post by: SilentPliz on June 28, 2010, 12:35:56 PM
Hi  :)

A delete button (for files & folders) exists with the default template (build 260).



I send you the template in English that I included in the French version of HFS.

Among the various options allowed with this template, there the possibility to rename files and folders (in a folder where the upload is allowed). By cons you must write (or paste) the name of the file or folder to rename, I failed to act on a selection.

When you load the template, several groups are created in the user accounts.

You associate users to the group concerned for grant permissions.

One or two options do not work with the English version of HFS (eg #replace# )

It's a good starting point for you I think.

Title: Re: Is it possible to upload an entire folder remotely?
Post by: rejetto on June 28, 2010, 05:35:20 PM
delete is already available, but you must give delete permission.
rename will come soon, maybe few days.