rejetto forum

Is it possible to upload an entire folder remotely?

0 Members and 1 Guest are viewing this topic.

Offline pompone

  • Occasional poster
  • *
    • Posts: 3
    • View Profile
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.
« Last Edit: June 21, 2010, 05:08:36 PM by Mars »


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
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

 ;)


Offline pompone

  • Occasional poster
  • *
    • Posts: 3
    • View Profile
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.


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
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

 ;)


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
the upload form doesn't support multiple file selections.
you must select one file at time.


Offline pompone

  • Occasional poster
  • *
    • Posts: 3
    • View Profile
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.


Offline SilentPliz

  • Operator
  • Tireless poster
  • *****
    • Posts: 1298
  • ....... chut ! shh!
    • View Profile
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.

« Last Edit: June 28, 2010, 01:19:18 PM by SilentPliz »


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
delete is already available, but you must give delete permission.
rename will come soon, maybe few days.