Skip to content

Commit

Permalink
Switch FTP servers to ftp.ubuntu.com
Browse files Browse the repository at this point in the history
Fixes #1172
  • Loading branch information
zachriggle committed Jul 2, 2018
1 parent f4159bd commit 80e12c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This exposes a standard interface to talk to processes, sockets, serial ports,
and all manner of things, along with some nifty helpers for common tasks.
For example, remote connections via :mod:`pwnlib.tubes.remote`.

>>> conn = remote('ftp.ubuntu.org',21)
>>> conn = remote('ftp.ubuntu.com',21)
>>> conn.recvline() # doctest: +ELLIPSIS
'220 ...'
>>> conn.send('USER anonymous\r\n')
Expand Down

0 comments on commit 80e12c7

Please sign in to comment.