summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java
diff options
context:
space:
mode:
authorunknown2014-04-10 09:25:16 +0200
committerunknown2014-04-10 09:25:16 +0200
commit0c626844e491923e61657f5483586b9a2a3f6bb8 (patch)
tree8cf3b19fc4f6b6e9c8bb87f9f9c885caa78e59a2 /Dozentenmodul/src/gui/image/FTPDownloader_GUI.java
parentycxv (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff)
downloadtutor-module-0c626844e491923e61657f5483586b9a2a3f6bb8.tar.gz
tutor-module-0c626844e491923e61657f5483586b9a2a3f6bb8.tar.xz
tutor-module-0c626844e491923e61657f5483586b9a2a3f6bb8.zip
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Conflicts: Dozentenmodul/bin/gui/image/FTPCreateUploader_GUI$8.class Dozentenmodul/bin/gui/image/FTPCreateUploader_GUI.class Dozentenmodul/bin/gui/image/FTPDownloader_GUI$1.class Dozentenmodul/bin/gui/image/FTPDownloader_GUI$2.class Dozentenmodul/bin/gui/image/FTPDownloader_GUI$3.class Dozentenmodul/bin/gui/image/FTPDownloader_GUI$4.class Dozentenmodul/bin/gui/image/FTPDownloader_GUI$5.class Dozentenmodul/bin/gui/image/FTPDownloader_GUI$6.class Dozentenmodul/bin/gui/image/FTPDownloader_GUI.class
Diffstat (limited to 'Dozentenmodul/src/gui/image/FTPDownloader_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/image/FTPDownloader_GUI.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java b/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java
index be31c364..d0f789f4 100644
--- a/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java
+++ b/Dozentenmodul/src/gui/image/FTPDownloader_GUI.java
@@ -48,8 +48,6 @@ public class FTPDownloader_GUI extends JFrame implements PropertyChangeListener
//String host = "141.79.128.121";
String host = "141.79.128.102";
int port = 21;
- String username = "openslx";
- String password = "openslx-ng";
String downloadFile = "";
static String arg = "";
DownloadTask task;