#!/bin/sh # ftpupload # # Copyright (C) 2012 Jonathan McCrohan USERNAME=`/usr/bin/ftphelper --username` PASSWORD=`/usr/bin/ftphelper --password` SERVER=`/usr/bin/ftphelper --server` REMOTEDIRECTORY=`/usr/bin/ftphelper --directory` # local file to be uploaded FILE="/var/modbuslog/"`/usr/bin/ftphelper --mac`"_"`date +%Y_%m_%d --date='1 days ago'`"_00_00_00.log" # login to remote server and upload ftp -n -i $SERVER < index : dtv-scan-tables.git
dtv-scan-tables Debian packagingJonathan McCrohan
summaryrefslogtreecommitdiffstats
path: root/isdb-t/br-pb-CampinaGrande
blob: 43b4ba89577cd55f1705af98fb944a0f4c3b2ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61