Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.6k views
in Java FTP by (320 points)
Hi - we are implementing SFTP now, and rewriting the commands to use this client instead of the standard
ftp client. I am not seeing direct replacements for everything - primarily - how do I issue the site (quote) command using SSH ? ( this is very critical to our processing )

( we are a paid up customer - thanks for a great package )

Veronica Roach ( United Retail group)

1 Answer

0 votes
by (162k points)
We have coincidentally just implemented the equivalent command for SFTP. It has the signature below:

public String executeCommand(String command)

This allows you to execute an arbitrary command on the SSH server and read the reply.

It hasn't been released yet, but if you want an early release version to try out, please email support (at enterprisedt.com).

Categories

...