User Profile
Collapse
-
GUI Download Manager
I have here a script from Kika http://zetcode.com/wxpython/gripts/ which is a gript that connect to an ftp site (when you run the Kika program it will show a log in window and when you click connect it will state that you're successfully log in and nothing follows.)What should I add in this script so that every time I run the script and successfully connect to the ftp site using your username or password or an anonymous connection another window... -
precyoz replied to Python FTP Download - Only download 16 files from FTP not all the files from the ftp?in PythonI've tried to run the script several times. There were times it disconnects but there were times that it is still downloading but then there were no added files downloaded in the local directory every time I'll check on it. -
precyoz replied to Python FTP Download - Only download 16 files from FTP not all the files from the ftp?in PythonThat post from the link you've given was also from my post. Please check the username. So what maybe the problem of the script?Because I can't download all the files.Leave a comment:
-
precyoz started a topic Python FTP Download - Only download 16 files from FTP not all the files from the ftp?in PythonPython FTP Download - Only download 16 files from FTP not all the files from the ftp?
Hello everyone. I'm encountering a problem with the python ftp download. Every time I run this script and connect to my ftp site it only downloads 16 files wherein the ftp site contains almost hundred files and counting because it always update and add files everyday. I'm wondering if is it because of the internet connection or maybe there's something missing in the script to enable me to download all those files that I really can't figure out. Any... -
FTP Client
I have a code here and I just want to ask if what are the missing codes or what should I add so that every time I'm going to run this code a GUI will already appear and not the IDE/console anymore.
...Code:from ftplib import FTP import os, sys, os.path, operator import wx host_name = raw_input("Enter your FTP Site: ") if "http://" in host_name: host_name = host_name.replace("http://","")
No activity results to display
Show More
Leave a comment: