summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2010-05-31 02:54:36 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2010-05-31 02:54:36 +0200
commit18090e14b160683157cac807d6aeb3ef650bef98 (patch)
tree4f5013a63c6852f4c9f30b7f924c4dcc3f962c9e
parentUpdate web string to version 1.0. (diff)
downloadAnyLoader-18090e14b160683157cac807d6aeb3ef650bef98.tar.xz
AnyLoader-18090e14b160683157cac807d6aeb3ef650bef98.zip
Active transfer mode, not passive, for firewall configuration.
-rw-r--r--daemon/UploadTask.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/UploadTask.cpp b/daemon/UploadTask.cpp
index 41fe785..07799d2 100644
--- a/daemon/UploadTask.cpp
+++ b/daemon/UploadTask.cpp
@@ -30,6 +30,7 @@ bool UploadTask::executeTask(Movie *movie)
m_fileUpload = 0;
m_ftp->connectToHost("ec2-184-73-60-225.compute-1.amazonaws.com");
m_ftp->login("ftp_user", "8wu^x,1mWb!/o;xrp.:x37$Dr");
+ m_ftp->setTransferMode(QFtp::Active);
queueNext();
return true;
}