Hi,
I noticed that since I updated Apache on my server visitors could no longer download .exe file types, by directly clicking on them. After some investigation into the logs and the error returned, I learned that this latest version has this turned on by default.
I have tried using the...
Hi,
I'm still relatively new at programing TCL.
I am trying to send a file using SFTP (I have it working well with FTP), this is the code I use:
set pipe [open "|sftp $server" w+]
fconfigure $pipe -blocking 0 -buffering line
puts $pipe "$pass"
puts $pipe "put...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.