Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #17
Ticket #17
: testftputil.py
File testftputil.py,
155 bytes
(added by dottedmag,
4 years
ago)
Testcase
Line
1
import
ftputil
2
3
host = ftputil.FTPHost(
'debian.nsu.ru'
,
'anonymous'
,
''
)
4
f = host.file(
'mirrors/ftp.fi.debian.org/debian/doc/mailing-lists.txt'
)
5
f.close()
Download in other formats:
Original Format