Menu

#187 let ::ftp::Put uses STOU and STOT

open
ftp (5)
5
2006-11-08
2006-11-08
bugant
No

The ::ftp::Put command dosen't use the STOU command
when no name for the remote file has been provided. I think
it should.

HylaFax server uses STOT ftp command to create a temporary
unique file to use in order to send a fax. This patch
add a -hylafax
option to the ::ftp::Put command to let you use it. So
for example,
you can now connect via ftp to your HylaFax server and
send it
the fax this way:

::ftp::Put $ftpH -hylafax -data $faxdata

Discussion

  • bugant

    bugant - 2006-11-09

    Logged In: YES
    user_id=1391120

    Andreas Kupries suggested to change the -hylafax
    option to a more generic -temp. This is a good idea.
    The patch attached do this (I'm removing the previous one).

     
  • bugant

    bugant - 2006-11-09

    ftp.tcl patch

     
  • bugant

    bugant - 2006-11-09

    ftp.man patch