This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from ftplib import FTP | |
### Clean up all the mac resource fork files starting with ._ on FTP | |
def main(): | |
f = FTP('121.199.122.95') | |
f.login('zsj2q1','e2d7t6c3') | |
print ('logging in') | |
clearDir(f,'htdocs') | |
f.close() | |
NewerOlder