def RemoveFileFTP(self, ftp, filepath):
import ftplib
"""Recursively delete a directory tree on a remote server."""
try:
ftp.delete(filepath)
except ftplib.all_errors as e:
import sys
print('POPUP: Could not remove {0}: {1}'.format(filepath, e))
sys.stdout.flush()
ABB_RAPID_IRC5_clad.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录