RE: difference between FTP and SFTP

2008-05-29 Thread Rajnikant
Message- From: Chas. Owens [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 5:57 PM To: Rajnikant Cc: beginners@perl.org Subject: Re: difference between FTP and SFTP On Thu, May 29, 2008 at 1:30 AM, Rajnikant <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I have questi

Re: difference between FTP and SFTP

2008-05-29 Thread Chas. Owens
On Thu, May 29, 2008 at 1:30 AM, Rajnikant <[EMAIL PROTECTED]> 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? snip Active vs passive has to do whether both the server and the client make

Re: difference between FTP and SFTP

2008-05-29 Thread Ken Foskey
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 -- To uns