Koozali.org: home of the SME Server

File Fetcher

Offline Teviot

  • *
  • 610
  • +0/-0
File Fetcher
« on: August 11, 2005, 05:18:01 AM »
Some time ago I posted a request for something that would download a file then send you an email to tell you it had been downloaded and then you could at you leisure download it to your machine.

I have found the web page I was talking about on http://www.archive.org/ and would like some help to setup something similar on my SME 6.0.1-01 server

The url is http://web.archive.org/web/19991117061430/services.zipworld.com.au/ftpbot.shtml

Can anyone help?

Adrian
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

duncan

File Fetcher
« Reply #1 on: August 11, 2005, 09:55:29 AM »
soupermail is a highly configurable Web-Form cgi script that could do what you want Im sure.

Would take a fair bit of trial and error I guess.

gla

File Fetcher
« Reply #2 on: August 11, 2005, 10:15:52 AM »
Hi Adrian,

I think Argenlos made the thing you want...

You can find REDOMA (REmote DOwnload MAnager) for SME on his web site. Presentation in french
You can see some screenshots

Download RPM


If you don't read french, I think you can try FESCH web site. Fesch is the author of REDOMA for ipcop and  ARGENLOS made the SME version... and of course Fesch if fluent in english ;-)

Hope this help.


GLA

Offline Teviot

  • *
  • 610
  • +0/-0
File Fetcher
« Reply #3 on: August 12, 2005, 05:06:56 AM »
gla

thank you.  But I wanted something in english, but that does appear to do the samething

Adrian
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

gla

File Fetcher
« Reply #4 on: August 12, 2005, 06:43:30 AM »
Hi adrian,

As you can see in the screenshots, REDOMA is in english !

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
ReDoMa in English
« Reply #5 on: August 13, 2005, 04:38:16 PM »
Hi gla
I just download ReDoMa from link above and it´s in french.
Have I missed something? (I´m a newbie!)

Thanks

Jáder
...

Offline Teviot

  • *
  • 610
  • +0/-0
File Fetcher
« Reply #6 on: August 13, 2005, 05:12:01 PM »
So it's not just me

Adrian
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

gla

File Fetcher
« Reply #7 on: August 13, 2005, 09:05:57 PM »
Ooops, I'm so sorry  :-?

Apparently, Argenlos removed the english text in the SME version...
The version from Fesch web site (0.7)is in english, but the version 0.81 from Argenlos is optimized for SME, then it's better for you.
If you can wait few days, I'll ask Argenlos if he can put the good translation soon...

GLA

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
File Fetcher
« Reply #8 on: August 14, 2005, 03:47:23 PM »
gla

Thanks by your answer. I´ll be wainting for an english translation.
I could ever help to translte to Brazilian Portuguese ... just send the messages file.

Jáder
...

gla

File Fetcher
« Reply #9 on: August 16, 2005, 05:43:41 PM »
Here we are...

Ok, you can download the english version of REDOMA from the Argenlos web site.
http://site.facile.free.fr/redoma/redoma%200.81/
You have the [FR]ench and the [EN]glish version...
and you have the RPM and the sources.

Let's try it and say what you think about it.

GLA

Offline Teviot

  • *
  • 610
  • +0/-0
File Fetcher
« Reply #10 on: August 16, 2005, 10:34:00 PM »
how does one install the english version when the french one is already there?

Adrian
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

gla

File Fetcher
« Reply #11 on: August 17, 2005, 07:36:08 AM »
did you try rpm -e to remove the previous version
You can also use rpm --force

Offline Teviot

  • *
  • 610
  • +0/-0
File Fetcher
« Reply #12 on: August 19, 2005, 03:04:48 AM »
I have tried the 2 suggestion with the following result.  The install rpm is in the directory.

Quote

[root@gateway root]# rpm -e smeserver-redoma-0-8.1.noarch.rpm
error: package smeserver-redoma-0-8.1.noarch.rpm is not installed
[root@gateway root]# rpm --force smeserver-redoma-0-8.1.noarch.rpm
RPM version 4.0.4
Copyright (C) 1998-2000 - Red Hat, Inc.
This program may be freely redistributed under the terms of the GNU GPL

Usage: rpm {--help}
       rpm {--version}
[root@gateway root]#


Anyone got any suggestions

Adrian
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

gla

File Fetcher
« Reply #13 on: August 19, 2005, 06:56:36 AM »
Hi,

To remove RPM:
It's because you add .noarch.rpm at the end.
If you want to remove a RPM you have to give it's name. You can find it with the command rpm -qa
In your case :
Code: [Select]
rpm -qa | grep redoma
give the answer
Code: [Select]
smeserver-redomaEN-0-8.1
then you can type :
Code: [Select]
rpm -e smeserver-redomaEN-0-8.1

To upgrade RPM:
The command to upgrade this rpm is :
Code: [Select]
rpm -Uvh --force smeserver-redomaEN-0-8.1
but, as the name is not exactly the same between the french and english version, I think you can remove the french version with the remove command and after that, you can install the english version

Gla

gla

File Fetcher
« Reply #14 on: August 29, 2005, 04:56:32 PM »
Quote from: "jader"
gla

Thanks by your answer. I´ll be wainting for an english translation.
I could ever help to translte to Brazilian Portuguese ... just send the messages file.

Jáder


For people who wants to translate REDOMA in different languages, here's the text file in english.

Translate only the right part of the text.

After that, you can send me the translation, to include it in the RPM...

Thx


Code: [Select]

Top_add=Add
Top_add_alt=Add a file to download
Top_transfers=Transfers
Top_transfers_alt=Transfers
Top_scheduler=Scheduler
Top_scheduler_alt=Scheduler
Top_files=Files
Top_files_alt=Files downloaded
Top_preferences=Preferences
Top_preferences_alt=Configure ReDoMa

Welcome_about=About
Welcome_creator=Bought to you by
Welcome_site=Check out my site
Welcome_info=Info
Welcome_test=Tested by
Welcome_add=Send me a mail and I'll add you to this list!

Add_add_top=Add a file to download
Add_add_button=Get it
Add_validation_top=Please validate your download and correct the filename if necessary ...
Add_validation_filename=Filename to store
Add_validation_schedule=Schedule download?
Add_validation_alert=Alert by mail when finished?
Add_validation_rate=Download rate
Add_validation_rate_alt=KB/s (0 means no limit)
Add_validation_button=Validate
Add_validation_attention=ATTENTION: a file with the given name allready exists in the database or within the download directory. Please change it or the old version will be overwritten!

Transfers_top=Downloads
Transfers_cancel=Are you sure to cancel the download for
Transfers_filename=Filename
Transfers_size=Size
Transfers_transferred=Transferred
Transfers_speed=Speed
Transfers_completed=Completed
Transfers_state=State
Transfers_state_running=running
Transfers_state_stopped=stopped
Transfers_state_scheduled=scheduled
Transfers_state_done=done
Transfers_actions=Actions
Transfers_unspecified=unspecified
Transfers_unlimited=unlimited
Transfers_mail_on=Mail alert is *ON* for this download!
Transfers_mail_send=A mail alert for this download has been send...
Transfers_action_pause=Pause download
Transfers_action_resume=Resume download
Transfers_action_clear=Clear from list
Transfers_action_cancel=Cancel download
Transfers_action_restart=Restart download
Transfers_action_schedule=Schedule download
Transfers_action_mail_send=Send a mail alert for this download.
Transfers_action_mail_nosend=Do not send a mail alert for this download.
Transfers_button=Clear completed
Transfers_none=no files to download ...

Schedule_ask_top=Schedule a download
Schedule_ask_filename=Filename
Schedule_ask_date=Date
Schedule_ask_time=Time
Schedule_ask_button=Schedule it
Schedule_list_top=Scheduled downloads
Schedule_list_filename=Filename
Schedule_list_date=Date
Schedule_list_time=Time
Schedule_list_actions=Actions
Schedule_list_action_cancel=Cancel scheduled download.
Schedule_list_none=no files scheduled downloads yet...

Files_top=Files downloaded
Files_filename=Filename
Files_size=Size
Files_date=Date
Files_actions=Actions
Files_action_download=Download file
Files_action_delete=Delete file
Files_confirmation=Are you sure to delete the file
Files_none=no files downloaded yet...

Preferences_top=Preferences
Preferences_top_saved=Preferences (saved)
Preferences_path=Download path
Preferences_wget=Path to «wget»
Preferences_reload=Reload timeout for transfers page
Preferences_email=Default mail recipient for alert messages
Preferences_smtp=Default SMTP server
Preferences_lang=Language
Preferences_button=Save

gla

File Fetcher
« Reply #15 on: September 14, 2005, 08:47:50 AM »
Hi all.

Fesch & Argenlos made the new version of REDOMA (REmote DOwnload MAnager)

You can find the rpm & sources at http://site.facile.free.fr/redoma/redoma0.9.2/

This version include english, german, portuguese and french translations