标签:class lcd dir word bin name dft ftp path
#!/bin/bash FILENAME=$1 DSTDIR=$2 FTPSRV=ip FTPUSER="user" FTPPWD="password" SRCDIR=‘/path/‘ FILE1=$1 /usr/bin/ftp -in $FTPSRV <<! user $FTPUSER $FTPPWD cd $SRCDIR lcd $DSTDIR bin mput ${FILE1} quit ! exit 0
标签:class lcd dir word bin name dft ftp path
原文地址:http://www.cnblogs.com/crac/p/6648383.html