auto_ftp_sh】的更多相关文章

#!/usr/bin/env python # -*- coding:utf-8 -*-   import paramiko import time   mydate = time.strftime("%Y%m%d") hostname="192.168.56.56" hostname='%s' %hostname port=22 port=int(port) username="oracle" username='%s' %username p…