Skip to content
Snippets Groups Projects
Commit 0ca89e34 authored by Tucker Siegel's avatar Tucker Siegel
Browse files

start cron job work

parent d310dcff
No related branches found
No related tags found
1 merge request!3Cron job
from ftplib import FTP
ftp_url = "prism.nacse.org"
ftp_user = "anonymous"
ftp_pass = "tgsiegel@umd.edu"
ftp = FTP(ftp_url)
ftp.login(user=ftp_user, passwd=ftp_pass)
ftp.dir()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment