Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: ftp callback
Post: ftp callback

Hello, I want to use a callback when upload of a file to ftp . Here is my code: from ftplib import FTP def UploadTracker(): print "HELLO" myftp = FTP() myftp.connect(host='mysite.com') myftp.login('...
roberto Networking 1 2,996 Sep-13-2018, 02:39 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020