Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.8k views
in Java FTP by
Hi

What should I enter for validCodes String[] param for FTPClient.quote method.

Thunks.

1 Answer

0 votes
by
This depends on what command you are sending to the server (may also vary between servers).

Try turning on debug (type 'debug' in the prompt) in a command-line FTP client and look at what numeric codes are returned for the command you are sending.

You can also look at RFC 959 which will list valid codes (although not all servers conform). RFC 959 is included in the edtFTPj package.

Hi

What should I enter for validCodes String[] param for FTPClient.quote method.

Thunks.

Categories

...