Hate to bring this up again... Any news? 🙂
/msa
It's still all in my head. The SSH library components are in there, but the UI has to be constructed from scratch. It's almost like building another entire app, whish is daunting.
Brian
Hi Brian,
What about a cmd line interface for the sftp as a starter? Sure would assist those of us who are having to use other software to do this.
Thanks
Originally posted by Brian T. Pence:
It's still all in my head. The SSH library components are in there, but the UI has to be constructed from scratch. It's almost like building another entire app, whish is daunting.Brian
It may be daunting, but there may be a much larger client market for it, only so many people need shell access, but think of the number of people who could take advantage of a network drive mounted on their desktop.
For inspiration check out [url= http://www.sftpdrive.com/ ]http://www.sftpdrive.com/[/url]
I just tried sftpdrive, which is really cool. It is exactly the way I was implementing SFTP in Absolute except that sftpdrive uses a filesystem driver and I was using a shell namespace extension.
Very cool, but very difficult. I'll look at it again to see what I can do.
Brian