> SCP has really pure functionality comparing to SFTP.
I wanted to write poor. (Spell checkers:) )
mm
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Michal Maczka wrote:
>>I really don't appreciate this kind of name reuse - sftp is a protocol
>>registered by the IETF (tcp/115). It was rather silly of JCraft to use
>>that name for their scp implementation. Let's do better than them and
>>have JavaScpDeployer (and possibly ExternalScpDeployer, if
> I really don't appreciate this kind of name reuse - sftp is a protocol
> registered by the IETF (tcp/115). It was rather silly of JCraft to use
> that name for their scp implementation. Let's do better than them and
> have JavaScpDeployer (and possibly ExternalScpDeployer, if we want to
> keep it
On Tue, 2003-06-24 at 19:59, Rafal Krzewski wrote:
>
> > That SShDeployer uses an SCP session just implemented in Java instead of
> > using the scp executable.
>
> I really don't appreciate this kind of name reuse - sftp is a protocol
> registered by the IETF (tcp/115). It was rather silly of J
> >>Excuse me is SCP deployment no longer supported? I believe that this is
> >>what most people use for their deployments! Correct me if I'm wrong but
> >>SFTP is plain old FTP running over TLS - a standard that never really
> >>catched on, and it's servers are really hard to come by now. Why on
>
Jason van Zyl wrote:
On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote:
[EMAIL PROTECTED] wrote:
Added: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
SFtpDeployer.java
Removed: src/plugins-build/artifact/src/main/org/apache/maven/deploy
On Tue, 2003-06-24 at 18:47, Jason van Zyl wrote:
> On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote:
> > [EMAIL PROTECTED] wrote:
> >
> > > Added:
> > > src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
> > > SFtpDeployer.java
> > > Removed:
On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote:
> [EMAIL PROTECTED] wrote:
>
> > Added:
> > src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
> > SFtpDeployer.java
> > Removed:
> > src/plugins-build/artifact/src/main/org/apache/maven/d
[EMAIL PROTECTED] wrote:
Added: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
SFtpDeployer.java
Removed: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
SshDeployer.java
Log:
Changed SCP