Menu

#846 connection limits

closed-later
telnet (8)
5
2013-06-21
2009-07-09
Vladislav
No

When using telnet, each of the time limitations does not work:
curl.exe -s -v --speed-limit 50 --speed-time 20 --no-buffer --no-keepalive --max-time 20 --connect-timeout 20 --user myusr:pwd telnet://someIP:2300 --O V:\TEMP\111\txt.txt <V:\TEMP\111\telnet.txt

From Panasonic KX-TDE100 I can download calls history by using telnet.
After sending stored info PBX stay online for sending info about current calls.
I want break connection after some delay (--max-time / --connect-timeout )
or after receiving history (--speed-limit 50 --speed-time 20).
But all these options does not work with telnet.

Is it possible in newest versions?
I found first mention about this in 2004 so it is needed not only for me.

Also will be useful add for telnet support option --user

Thank you for very useful program!

>curl.exe -V
curl 7.19.4 (i586-pc-mingw32msvc) libcurl/7.19.4 zlib/1.2.3
Protocols: tftp ftp telnet dict ldap http file
Features: Largefile NTLM SSPI libz

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2009-07-09
    • assigned_to: linus_nielsen --> bagder
    • status: open --> open-accepted
     
  • Daniel Stenberg

    Daniel Stenberg - 2009-07-09

    I can only agree that this doesn't work. The telnet code clearly doesn't call the speed checking function... Care to work on a fix for this?

     
  • Daniel Stenberg

    Daniel Stenberg - 2009-07-21

    Thanks for your report. We're not able to work on this issue at the moment and you didn't seem to want to either, so this issue is now added to the KNOWN_BUGS document and this bug entry is closed.

     
  • Daniel Stenberg

    Daniel Stenberg - 2009-07-21
    • status: open-accepted --> closed-later