#!/bin/bash FTPFILE_NAME1="bjtzh`date +%s`.sql" ftp -n <<FTPSHELL open FTP服务器地址 user 用户名 密码 bin #通过bin方式传送 passive mdelete *.sql mdelete ?.sql put $FTPFILE_NAME1 bye FTPSHELL
本文出自 “keefe” 博客,请务必保留此出处http://keefe.blog.51cto.com/9548710/1837357
原文地址:http://keefe.blog.51cto.com/9548710/1837357