Hi,
I often have to edit and upload the same .php-file using ftp to a web site. I want to be able to do this with only one keystroke (I want to avoid having to change from keyboard to mouse and then having to fumble around in the ftp client window). Of course, I would open the appropriate ftp session before doing this (keeped alive). So we can presume that there is a ftp connection when pressing the key.
Is there a slick command which I can use for this?
I tried several ftp...-commands, e.g. ftpupload, but this didn't work (-> "Command is disabled for this object). Maybe ftpupload is the wrong command, but I didn't find a documentation for the ftp...-commands, sorry, and the ftp-commands source doesn't contain much useful comments.
Thanks for your help!
Rudi