Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-dev] PDE API for SSH Connection

FYI, if you are intending to use scp for file transfer, there is now an implementation of the ECF file transfer API based upon the jcraft plugin pointed to below.  So if you want to use scp for file transfer you can use it much more easily and optionally use other transports.  Here's the filetransfer API docs:
 
http://wiki.eclipse.org/ECF_API_Docs#File_Transfer_API
 
And here's some example/test code for using scp file transfer:
 
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ecf/tests/org.eclipse.ecf.tests.provider.filetransfer.scp/src/org/eclipse/ecf/tests/provider/filetransfer/scp/?root=Technology_Project
 
Scott
 


From: pde-dev-bounces@xxxxxxxxxxx [mailto:pde-dev-bounces@xxxxxxxxxxx] On Behalf Of Chris Aniszczyk
Sent: Thursday, January 03, 2008 6:38 AM
To: Eclipse PDE general developers list.
Subject: Re: [pde-dev] PDE API for SSH Connection

It's not PDE API. Eclipse uses JSCH which can be found in the com.jcraft.jsch_0.1.31.jar plug-in

Cheers,

---
Chris Aniszczyk | IBM Lotus | Eclipse Committer | http://mea-bloga.blogspot.com | +1.860.839.2465

Inactive hide details for vrushali babar ---01/03/2008 12:23:05 AM---Hi,   i'm developing a plugin in which i'm suppose to estavrushali babar ---01/03/2008 12:23:05 AM---Hi, i'm developing a plugin in which i'm suppose to establish the


From:

vrushali babar <vrush_com@xxxxxxxxx>

To:

pde <pde-dev@xxxxxxxxxxx>

Date:

01/03/2008 12:23 AM

Subject:

[pde-dev] PDE API for SSH Connection




Hi,
i'm developing a plugin in which i'm suppose to establish the
SSH connection.is there any PDE API through which i can do that or
any other way?
please direct.

Thanks,
vrushali.


Never miss a thing. Make Yahoo your homepage. _______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev


Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.

Back to the top