Skip to content

Commit a8088ca

Browse files
kieranjoljohnscancella
authored andcommitted
bench.py - fix ftp URL
1 parent b03e170 commit a8088ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
ftp = ftplib.FTP('nssdcftp.gsfc.nasa.gov')
2222
ftp.login()
2323

24-
ftp.cwd('/photo_gallery/hi-res/planetary/mars/')
24+
ftp.cwd('/pub/misc/photo_gallery/hi-res/planetary/mars/')
2525
files = []
2626
ftp.retrlines('NLST', files.append)
2727

0 commit comments

Comments
 (0)