Re: difference between FTP and SFTP
[email protected] (Ken Foskey)
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <1212049201.20067.24.camel@strider> |
On Thu, 2008-05-29 at 11:00 +0530, Rajnikant wrote: > Hi everyone, > > I have question about SFTP's connection modes. FTP can use Active or Passive > mode for same. > > Is SFTP also supports such modes? It does not need the distinction. SFTP connects via ssh on port 22 only. Ken