[padb] r400 committed - Use passive mode to upload to the website.

padb at googlecode.com padb at googlecode.com
Sun Oct 24 02:07:00 BST 2010


Revision: 400
Author: apittman at gmail.com
Date: Sat Oct 23 18:05:53 2010
Log: Use passive mode to upload to the website.

http://code.google.com/p/padb/source/detail?r=400

Modified:
  /trunk/doc/upload_website

=======================================
--- /trunk/doc/upload_website	Mon Dec 21 15:11:50 2009
+++ /trunk/doc/upload_website	Sat Oct 23 18:05:53 2010
@@ -13,7 +13,7 @@

  FILES="index usage download email extensions modes full-report  
configuration"

-ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD layout.css
+ftp-upload --passive --host padb.pittman.org.uk -u padb at pittman.co.uk  
--password $PASSWORD layout.css

  for FILE in $FILES
  do
@@ -22,13 +22,13 @@
    cat header.html > $TFILE
    cat $FILE.html >> $TFILE
    cat footer.html >> $TFILE
-  ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as $FILE.html $TFILE
+  ftp-upload --passive --host padb.pittman.org.uk -u padb at pittman.co.uk  
--password $PASSWORD --as $FILE.html $TFILE
    # ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as $FILE/index.html $TFILE
    #ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as $FILE/layout.css layout.css
    rm $TFILE
  done

-ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD  OpenMPI-padb-groups.patch
+ftp-upload --passive --host padb.pittman.org.uk -u padb at pittman.co.uk  
--password $PASSWORD  OpenMPI-padb-groups.patch
  #ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as extensions/OpenMPI-padb-groups.patch  
OpenMPI-padb-groups.patch

  echo All done.




More information about the padb-devel mailing list