Searched refs:FTP_PORT (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
D | ftp.py | 29 FTP_PORT = 21 variable 30 FTP_DATA_PORT = FTP_PORT - 1 51 s.connect((hostname, FTP_PORT))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_urllib2.py | 627 "localhost", ftplib.FTP_PORT, "", "", "I", 630 "localhost", ftplib.FTP_PORT, "parrot", "", "I", 633 "localhost", ftplib.FTP_PORT, "%parrot", "", "I", 636 "localhost", ftplib.FTP_PORT, "%42parrot", "", "I", 642 "localhost", ftplib.FTP_PORT, "", "", "A",
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | ftplib.py | 57 FTP_PORT = 21 variable 103 port = FTP_PORT
|
D | urllib2.py | 1354 port = ftplib.FTP_PORT
|
D | urllib.py | 519 port = ftplib.FTP_PORT
|