SCP

Latest

  • Dockdrop 1.0

    by 
    Cory Bohon
    Cory Bohon
    03.03.2008

    Dockdrop isn't necessarily something new to Mac OS X, but it's a simple and a cool application none-the-less. Dockdrop allows you to drop files on top of it and perform an action. You can use the following protocols to send files: FTP, Flickr, WebDAV, or SCP. Dockdrop reminds me of the "droplets" that you can create in Panic's Transmit FTP application (and is pretty much the same). I tested the FTP and Flickr upload functions and they both worked seamlessly.Dockdrop works with both Mac OS X "Tiger" (10.4) and "Leopard" (10.5). You can download Dockdrop for free from the developer's website.Thanks John!

  • ssh on iPhone

    by 
    Erica Sadun
    Erica Sadun
    07.23.2007

    Over at the #iphone channel at irc.osx86.hu, the thoroughly awesome NerveGas has figured out how to enable ssh on the iPhone without using restore mode. The secret lies in overwriting an existing binary and plist to trick the iPhone into calling chmod on the Dropbear ssh server and making it executable. At this time, NerveGas has used Nightwatch's compiler to create iPhone-compatible versions of curl and ps as well as a number of other useful Unix utilities. (He's working on grep, as I write). So what does this mean? Well, once you've got ssh installed on your iPhone and active, you can access your iPhone from a shell on your Mac. You can send and retrieve files using scp or sftp. And you can use the compilation toolchain to build other Unix utils or even your own software. It's just a short matter of time until perl and other command-line utilities are iPhone-ready.