You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by pam withnall <pw...@team.tedis.biz> on 2005/05/31 02:07:42 UTC

using FTPClient send Command - upper case used?

Hi,
My main objective is to run some Unix commands on a remote server. As I
am already using commons.net.FTPClient to move some files, I saw the
method sendCommand(String).
I used  getReplyString to find out what was happening, and my server
couldn't find the command because it was in upper case!
 
I also tried  RExecClient.rexec(login,pwd,command);
but cannot see that it is working.
Thanks. Pam.