Menu

#834 ftp::Put hangs when non-existent directory

open
ftp (55)
5
2006-08-29
2006-08-29
No

When the directory in the l_dest_file does not exists,
the statement hangs.

Example:
if { [ftp::Put $h_dest_ftp $l_bck_file $l_dest_file] ==
1 } {
...
}

Discussion