用Linux在lionfree.net上備份skynimo.twgg.org (backup)
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
#
# This program will automatically down the files from website for backup.
# Using FTP.
#
# HISTORY
# 2014/07/16 Lim First time to release
#
##############################
# 1. input FTP's Host, ID and Password.
host="ftp.lionfree.net"
id="lfnet_15084564"
pw='obv86235'
#2. what is the correct and remote working directory.
localdir=""
remotedir=""
##############################
wget ftp://$host:21/skynimo.twgg.org/* --ftp-user=$id --ftp-password=$pw -r
# End of this file.
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
留言
張貼留言