cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Explicit FTP upload with encrypted data channel block on STOR

From: Denis Sacchet <ouba_at_ouba.org>
Date: Thu, 27 Aug 2009 22:45:16 +0200

> Quite clearly. And what does the curl process think at the same moment?
Not sure to understand, I clearly see the passive connection back to the
server, and some exchange, and more especially the write of the STOR
command on the socket, but then, the poll seems to indicates curl is
waiting for something.... So if the server and the client wait for
something, we will go nowhere :(

Denis

-- 
Denis Sacchet aka. Ouba                     ("`-/")_.-'"``-._
                                             . . `; -._    )-;-,_`)
"Computers are like air conditionners       (v_,)'  _  )`-.\  ``-'
They stop working properly when you        _.- _..-_/ / ((.'
open Windows !!!"                        ((,.-'   ((,/ 

write(2, "Connecting to <IP> ("..., 57Connecting to <IP> (<IP>) port 49154
) = 57
write(3, "\27\3\1\0000\353\361~\265|\374Lu(F\356L\27\237P\221d\207*\266\215\210\347\320\224\37HV"..., 53) = 53
clock_gettime(CLOCK_MONOTONIC, {24995, 636327700}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
write(2, ">"..., 1>) = 1
write(2, " "..., 1 ) = 1
write(2, "TYPE I\r\n"..., 8TYPE I
) = 8
clock_gettime(CLOCK_MONOTONIC, {24995, 636838659}) = 0
clock_gettime(CLOCK_MONOTONIC, {24995, 636911853}) = 0
clock_gettime(CLOCK_MONOTONIC, {24995, 636983649}) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 3600000) = 1 ([{fd=3, revents=POLLIN}])
read(3, "\27\3\1\0@"..., 5) = 5
read(3, "\222\25\236\201,RY\347HlW\363\272L!~\7\247\240\0336\220/1oa\213=\215\343]\203\223"..., 64) = 64
clock_gettime(CLOCK_MONOTONIC, {24995, 667043194}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
write(2, "<"..., 1<) = 1
write(2, " "..., 1 ) = 1
write(2, "200 TYPE is now 8-bit binary\r\n"..., 30200 TYPE is now 8-bit binary
) = 30
write(3, "\27\3\1\0@\334*\337\340\271e\364\240\276)\372;\362U5\277Q\236\216\22\20r\3\245\5C\3206"..., 69) = 69
clock_gettime(CLOCK_MONOTONIC, {24995, 667877727}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
write(2, ">"..., 1>) = 1
write(2, " "..., 1 ) = 1
write(2, "SIZE 20090806-lezoo-001.jpg\r\n"..., 29SIZE 20090806-lezoo-001.jpg
) = 29
clock_gettime(CLOCK_MONOTONIC, {24995, 668426959}) = 0
clock_gettime(CLOCK_MONOTONIC, {24995, 668500432}) = 0
clock_gettime(CLOCK_MONOTONIC, {24995, 668572159}) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 3600000) = 1 ([{fd=3, revents=POLLIN}])
read(3, "\27\3\1\0000"..., 5) = 5
read(3, "\350\363x\252j\350\211\23\264\21Y\366\347\35\3123\234\24\3751~j\232\t.\313\252\f\227c\255\314c"..., 48) = 48
clock_gettime(CLOCK_MONOTONIC, {24995, 698358553}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
write(2, "<"..., 1<) = 1
write(2, " "..., 1 ) = 1
write(2, "213 312406\r\n"..., 12213 312406
) = 12
write(3, "\27\3\1\0000\5\305\33\275W\253\32\2475ISY\22\242U j\f?\331z\5\322\10\241\337ND"..., 53) = 53
clock_gettime(CLOCK_MONOTONIC, {24995, 699116191}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2945, ...}) = 0
write(2, ">"..., 1>) = 1
write(2, " "..., 1 ) = 1
write(2, "RETR 20090806-lezoo-001.jpg\r\n"..., 29RETR 20090806-lezoo-001.jpg
) = 29
clock_gettime(CLOCK_MONOTONIC, {24995, 699648661}) = 0
clock_gettime(CLOCK_MONOTONIC, {24995, 699722064}) = 0
clock_gettime(CLOCK_MONOTONIC, {24995, 699793791}) = 0
poll([{fd=3, events=POLLIN|POLLPRI}], 1, 3600000^C <unfinished ...>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-08-27