Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
407 views
in Java FTP by (230 points)

1]When I have put the following property with JVM_ARGS then logs written for FTP server but not for SFTP server.

-Dcom.magicsoftware.ibolt.ftpwrapper.IBFTPClient.trace=true

2]when I have created following change in our application code after creating the object of SSHFTPClient then logs have written in stdout file for SFTP server.

SSHFTPClient sshFtpClient=new SSHFTPClient();

Logger.setLevel(Level.DEBUG);

here my question is that I don't want to change in code please give me any configuration setting by which I will able to get logs for SFTP server also.

1 Answer

0 votes
by (161k points)

Please see the User Guide here for details on how to enable logging in edtFTPj/PRO.

by (230 points)
Hi,
As per the document I have tried with the following setting but still, logs are not getting generated.
java -Dedtftp.log.level=INFO com.mypackage.myclass

please suggest me which thing I need to do?
by (161k points)
I realised you want logs from the SFTP server. That's not something you can get from a client - you need to consult the User Guide for the server you are using.

Categories

...