Skip to content

Instantly share code, notes, and snippets.

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()