Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.4k views
in .NET FTP by (560 points)
Hi Everyone ,

When i try to unzip a war in server with InvokeCommandSSH , i get timeout error.

ftpclient.Timeout = 300000;
string[] param = new string[1];
param[0] = "/path/x.war";
string result = ((SecureFTPConnection)ftpclient).InvokeCommandSSH("unzip", param);

Where am i wrong ? Any suggestion ?

2 Answers

0 votes
by (162k points)
Please get a log file set to the All logging level and email it to support (zipped).
0 votes
by (162k points)
Any more on this?

Categories

...