Hi all,
 
I checked basics.py after reading a similar post and saw this:
 
        self.ftp_upload_dir = kwargs.get( 'ftp_upload_dir', None )
        self.ftp_upload_site = kwargs.get( 'ftp_upload_site', None )
Can you guys tell me what the None part means?
 
Cheers,
 
CL