source: MondoRescue/branches/stable/tools/ftp-env@ 627

Last change on this file since 627 was 590, checked in by bcornec, 18 years ago

Delivery process coded:
file2ftp to deliver tar.gz files
pkg2ftp to deliver packages (RPMs only currently)

  • Property svn:executable set to *
File size: 197 bytes
Line 
1#!/bin/bash
2#
3# Environmeent for ftp
4#
5# $Id$
6#
7
8# BerliOS FTP/SSH setup
9export ACCOUNT=bruno@ftp.mondorescue.org
10export DSTDIR=/mondo/ftp
11export FTPSERV="ftp.berlios.de"
12export FTPDIR="/incoming"
Note: See TracBrowser for help on using the repository browser.