From ae6e282b6d4aed84516e97ddc9a5f349d284e975 Mon Sep 17 00:00:00 2001 From: Tobias Spitzer Date: Fri, 23 May 2014 08:01:39 +0200 Subject: Bug: Fehler beim Download wirde behoben --- Dozentenmodul/src/gui/image/FTPDownloader_GUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dozentenmodul/src/gui/image/FTPDownloader_GUI.java') diff --git a/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java b/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java index 97a29849..d09d6c03 100644 --- a/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java +++ b/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java @@ -390,7 +390,7 @@ public class FTPDownloader_GUI extends JFrame implements PropertyChangeListener try { user = client.getFtpUser(); - downloadFile = client.getPathOfImage(Image.image.getImageId(), + downloadFile = user.path+"/"+client.getPathOfImage(Image.image.getImageId(), Image.image.getVersion()); } catch (TException e) { -- cgit v1.2.3-55-g7522