| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Putty
Revision: 8139
Author: jacob
Date: 10 Aug 2008 10:28:51
Changes:Link to pTerm, an SSH client for the iPhone that's apparently based on PuTTY.
Attempts at damage limitation from the name similarity with pterm.
Also try to refresh the ports section of the FAQ a bit.
Files:| ... | ...@@ -211,8 +211,8 @@ | |
| 211 | 211 | systems and Unix. \q{Win32} includes Windows 95, 98, and ME, and it |
| 212 | 212 | includes Windows NT, 2000, XP, and Vista. |
| 213 | 213 | |
| 214 | In the development code, a partial port to the Mac OS (see | |
| 215 | \k{faq-mac-port}) is under way. | |
| 214 | In the development code, partial ports to the Mac OSes exist (see | |
| 215 | \k{faq-mac-port}). | |
| 216 | 216 | |
| 217 | 217 | Currently PuTTY does \e{not} run on Windows CE (see \k{faq-wince}), |
| 218 | 218 | and it does not quite run on the Win32s environment under Windows |
| ... | ...@@ -223,7 +223,8 @@ | |
| 223 | 223 | or any other port of PuTTY, they were mistaken. We don't. |
| 224 | 224 | |
| 225 | 225 | There are some third-party ports to various platforms, mentioned |
| 226 | on the Links page of our website. | |
| 226 | on the | |
| 227 | \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/links.html}{Links page of our website}. | |
| 227 | 228 | |
| 228 | 229 | \S{faq-unix}{Question} \I{Unix version}Is there a port to Unix? |
| 229 | 230 | |
| ... | ...@@ -231,7 +232,9 @@ | |
| 231 | 232 | tools, and also one entirely new application. |
| 232 | 233 | |
| 233 | 234 | If you look at the source release, you should find a \c{unix} |
| 234 | subdirectory containing \c{Makefile.gtk}, which should build you Unix | |
| 235 | subdirectory. There are a couple of ways of building it, | |
| 236 | including the usual \c{configure}/\c{make}; see the file \c{README} | |
| 237 | in the source distribution. This should build you Unix | |
| 235 | 238 | ports of Plink, PuTTY itself, PuTTYgen, PSCP, PSFTP, and also |
| 236 | 239 | \i\c{pterm} - an \cw{xterm}-type program which supports the same |
| 237 | 240 | terminal emulation as PuTTY. We do not yet have a Unix port of |
| ... | ...@@ -314,9 +317,22 @@ | |
| 314 | 317 | for, it might be a long time before any of us get round to learning |
| 315 | 318 | a new system and doing the port for that. |
| 316 | 319 | |
| 317 | However, some of the work has been done by other people, and a beta | |
| 318 | port of PuTTY for the Nokia 9200 Communicator series is available | |
| 319 | from \W{http://s2putty.sourceforge.net/}\cw{http://s2putty.sourceforge.net/} | |
| 320 | However, some of the work has been done by other people; see the | |
| 321 | \W{http://www.chiark.greenend.org.uk/~sgtatham/putty/links.html}{Links page of our website} | |
| 322 | for various third-party ports. | |
| 323 | ||
| 324 | \S{faq-iphone}{Question} Will there be a port to the iPhone? | |
| 325 | ||
| 326 | We have no plans to write such a port ourselves; none of us has an | |
| 327 | iPhone, and developing and publishing applications for it looks | |
| 328 | awkward and expensive. Such a port would probably depend upon the | |
| 329 | stalled Mac OS X port (see \k{faq-mac-port}). | |
| 330 | ||
| 331 | However, there is a third-party SSH client for the iPhone and | |
| 332 | iPod\_Touch called \W{http://www.instantcocoa.com/products/pTerm/}{pTerm}, | |
| 333 | which is apparently based on PuTTY. (This is nothing to do with our | |
| 334 | similarly-named \c{pterm}, which is a standalone terminal emulator for | |
| 335 | Unix systems; see \k{faq-unix}.) | |
| 320 | 336 | |
| 321 | 337 | \H{faq-embedding} Embedding PuTTY in other programs |
| 322 | 338 |