Ticket UUID: | 1592656 | |||
Title: | let ::ftp::Put uses STOU and STOT | |||
Type: | Patch | Version: | None | |
Submitter: | bugant | Created on: | 2006-11-08 14:21:36 | |
Subsystem: | ftp | Assigned To: | andreas_kupries | |
Priority: | 5 Medium | Severity: | ||
Status: | Closed | Last Modified: | 2013-07-04 17:25:11 | |
Resolution: | Not Applicable Here | Closed By: | ||
Closed on: | ||||
Description: |
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 | |||
User Comments: |
bugant added on 2006-11-09 16:03:42:
File Deleted - 201919: File Added - 202049: ftp.man.patch bugant added on 2006-11-09 15:55:10: File Deleted - 201918: File Added - 202048: ftp.tcl.patch 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 added on 2006-11-08 21:24:00: File Added - 201919: ftp.man.patch bugant added on 2006-11-08 21:21:37: File Added - 201918: ftp.tcl.patch |