/external/curl/tests/data/ |
test401 | 47 PBSZ 0
|
test409 | 47 PBSZ 0
|
test407 | 44 PBSZ 0
|
test400 | 52 PBSZ 0
|
test408 | 45 PBSZ 0
|
test403 | 54 PBSZ 0
|
test406 | 57 PBSZ 0
|
test1112 | 105 PBSZ 0
|
/external/curl/lib/ |
security.c | 411 char* pbsz; local 428 code = ftp_send_command(conn, "PBSZ %u", buffer_size); 438 pbsz = strstr(conn->data->state.buffer, "PBSZ="); 439 if(pbsz) { 441 (void)sscanf(pbsz, "PBSZ=%u", &buffer_size);
|
ftp.c | 779 "PBSZ", [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
ftplib.py | 667 # PBSZ command MUST still be issued, but must have a parameter of 670 self.voidcmd('PBSZ 0') [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
ftplib.py | 667 # PBSZ command MUST still be issued, but must have a parameter of 670 self.voidcmd('PBSZ 0') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ftplib.py | 667 # PBSZ command MUST still be issued, but must have a parameter of 670 self.voidcmd('PBSZ 0') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ftplib.py | 667 # PBSZ command MUST still be issued, but must have a parameter of 670 self.voidcmd('PBSZ 0') [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ftplib.py | 382 self.push('200 PBSZ=0 successful.')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ftplib.py | 382 self.push('200 PBSZ=0 successful.')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 382 self.push('200 PBSZ=0 successful.')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 382 self.push('200 PBSZ=0 successful.')
|
/libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
FtpClient.java | [all...] |
/external/curl/tests/ |
ftpserver.pl | 578 'PBSZ' => '500 PBSZ not implemented', [all...] |