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

@@ -15,6 +15,11 @@
<artifactId>amqp-client</artifactId>
<version>5.23.0</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.11.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>