Hello,<br><br>I&#39;m currently developing a script that connects to ftp servers using ftputil. i want to implement a &quot;conditional&quot; ftp login: if the ftp server is anonymous, the script should connect automatically. if the server requires a login, the user should be prompted to raw_input his credentials.
<br><br>I suppose I have to create a SessionFactory for this... can someone give further hints?<br><br>thanks,<br><br>Franz<br>