Documentation for Module: FtpPro.py ||  Module Index

General: !Overview FTP uploads
author: Tim Johnson tim@akwebsoft.com
Wraps: ftplib module
Note: Download functionality not yet implemented

Context Index
FtpPro Functions: ==>
OVERVIEW Upload UploadBinary    

Context: FtpPro

Overview Of: FtpProTopContext IndexNext Function
    General: FTP transfer handler
    Initializer: obj = FtpPro(<**keywords>)
    Args: required <host>, <user>, <pwd>,
    Args: optional <account>,<report>,<dir>,<src>,<pasv>
Function: obj.UploadTopContext IndexPrevious FunctionNext Function
    syntax: ftp.Upload(<lst-filenames>,<type=None>)
    Description: Upload with list of filenames. Default type is text, if type is true upload as binary.
Function: obj.UploadBinaryTopContext IndexPrevious Function
    syntax: ftp.UploadBinary(<lst-filenames>) Upload a list of files in binary mode.