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
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).
ftp.tcl patch
ftp.man patch