Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
208 views
in Java FTP by (230 points)
We are currently using  Version: 5.2.3  of  editftpj-pro.jar .

1 Answer

0 votes
by (161k points)

The FTP SITE command is specific to the server you are connecting to. SITE commands are custom commands you can send to the server. For example,SITE IDLE 60 or SITE UMASK 002. 

With the site() command, you just need to send the remainder of the command excluding SITE, .e.g.

ftp.site("IDLE 60");

Categories

...