one-ftpserver
one-ftpserver copied to clipboard
Display FTP Activity in Console
I am using the following command in a bat file:
java -jar one-ftpserver.jar port=9000 id=admin password=1234 home=/developer/output/ftp
I would love to see the console activity in the cmd/console window rather than tailing the log file. Can you add a command line option/flag to show the log activity in the console