working FTP

This commit is contained in:
Daniel
2024-12-13 00:41:36 +02:00
parent b11cfc852b
commit 1bd3941798
7 changed files with 218 additions and 1 deletions

View File

@@ -49,6 +49,11 @@
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.11.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>