You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(38) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(25) |
Feb
(7) |
Mar
(1) |
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
(30) |
Sep
(4) |
Oct
(1) |
Nov
(9) |
Dec
(4) |
2003 |
Jan
|
Feb
|
Mar
(2) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2007 |
Jan
(7) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: toby s. <tob...@ho...> - 2007-04-18 13:34:57
|
I'm having trouble getting sftp rto work, I have installed the paramiko package but when I try to sftp onto somewhere the dialogue box that appears seems to break ftpcube, I get an xlib unexpected async reply error and the ftpcube freezes, when I fun cuteftp from the command line I get some gtk-critical errors but this doesn't seem to be a problem it all works fine for normal ftp. This maybe an issue with one of the dependencies but I have looked for similar problems and had no luck. Many thanks Toby _________________________________________________________________ Could you be the guest MSN Movies presenter? Click Here to Audition http://www.lightscameraaudition.co.uk |
From: Michael G. <mg...@ee...> - 2007-02-04 22:40:44
|
Hi. Those warning messages aren't really indicative of a problem. Did the ftpcube window appear? Sounds like it didn't. You might want to try Yuri's suggestion (separate email). Also, what version of Linux are you using? Usually Linux distros come with X windows enabled by default. As Yuri said, this is a general Xwindows issue and not something specific to Ftpcube. You can search on google to see how to start some other Xwindows apps as well. -- Mike On Sun, Feb 04 @ 01:31, Randy Johnson wrote: > Hello, > > I did a startx and typed in ftpcube, it opened to a white window with > gray in the background and the terminal window had this: > > (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to > allocate widget with width 2 and height -1 > > (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to > allocate widget with width 2 and height -1 > > (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to > allocate widget with width 2 and height -1 > > (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to > allocate widget with width 2 and height -1 > > (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to > allocate widget with width 2 and height -1 > > > Any ideas? > -- Michael Gilfix mg...@ee... http://www.michaelgilfix.com |
From: Randy J. <li...@cf...> - 2007-02-04 06:31:46
|
Hello, I did a startx and typed in ftpcube, it opened to a white window with gray in the background and the terminal window had this: (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1 (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1 (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1 (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1 (python:1777): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 2 and height -1 Any ideas? On Sat, 2007-02-03 at 16:26 -0500, Michael Gilfix wrote: > Hi. Are you running ftpcube on a remote box or through a > terminal connection? If you're running it locally, have > you started the X windows system or are you at the command > prompt? If at the command prompt, try typing `startx`. > Then you can open up a terminal and run ftpcube. If you're > starting the command on a remote box, you have to set your > display variable so the application can connect to iour > windowing system. You can set it like this: > > (assuming bash shell): > > export DISPLAY=<your IP address>:0 > > or, assuming na IP of 1.2.3.4: > > export DISPLAY=1.2.3.4:0 > > Hope that helps. > > -- Mike > > > On Sat, Feb 03 @ 13:21, Randy Johnson wrote: > > Hello, > > > > Here is the message I get when I try to start ftpcube. > > > > Unable to access the X Display, is $DISPLAY set properly? > > > > > > Any ideas on what to do here? This is my first day on Linux so it has > > been rough. > > > > -Randy > |
From: Yuri v. O. <yva...@xs...> - 2007-02-03 21:37:32
|
Hi Randy, This is more of a general linux, or better yet, an X question. Not so much an Ftpcube specific problem. I'm guessing you've probably surfed to the ftpcube website, which means you're running X - first-time users coming from windows (judging from your website) usually don't know where to begin on the console. As you get get a text error, I'm also guessing you've tried to start ftpcube from a terminal window. And last, I'm guessing you're not running a common distribution like RedHat, Suse, Mandriva, Knoppix, Debian, Fedora or Ubuntu, because these should have $DISPLAY set out of the box. To set $DISPLAY type this in the terminal: export DESKTOP=:0.0 then run ftpcube again. Hth and welcome to linux! Regards, Yuri On Sat, 3 Feb 2007, Randy Johnson wrote: > Hello, > > Here is the message I get when I try to start ftpcube. > > Unable to access the X Display, is $DISPLAY set properly? > > > Any ideas on what to do here? This is my first day on Linux so it has > been rough. > > -Randy |
From: Michael G. <mg...@ee...> - 2007-02-03 21:27:05
|
Hi. Are you running ftpcube on a remote box or through a terminal connection? If you're running it locally, have you started the X windows system or are you at the command prompt? If at the command prompt, try typing `startx`. Then you can open up a terminal and run ftpcube. If you're starting the command on a remote box, you have to set your display variable so the application can connect to your windowing system. You can set it like this: (assuming bash shell): export DISPLAY=<your IP address>:0 or, assuming na IP of 1.2.3.4: export DISPLAY=1.2.3.4:0 Hope that helps. -- Mike On Sat, Feb 03 @ 13:21, Randy Johnson wrote: > Hello, > > Here is the message I get when I try to start ftpcube. > > Unable to access the X Display, is $DISPLAY set properly? > > > Any ideas on what to do here? This is my first day on Linux so it has > been rough. > > -Randy -- Michael Gilfix mg...@ee... http://www.michaelgilfix.com |
From: Randy J. <li...@cf...> - 2007-02-03 18:22:16
|
Hello, Here is the message I get when I try to start ftpcube. Unable to access the X Display, is $DISPLAY set properly? Any ideas on what to do here? This is my first day on Linux so it has been rough. -Randy |
From: Kang Jeong-H. <ke...@gm...> - 2007-01-27 00:04:28
|
2007/1/27, Michael Gilfix <mg...@ee...>: > Also, are you using the SFTP support? > > -- Mike nope. I didn't try SFTP in ftpcube. Secure connection is slow, so I prefer FTP for massive transfer. Or use scp at command line rather for small files. |
From: Michael G. <mg...@ee...> - 2007-01-26 23:59:31
|
This sounds like a good feature. I think the general unicode handling in Ftpcube could be improved overall. Please log this in the SF tracker. I can't provide any guarantees as to when I could look into this (fully focused on work-work at the moment), but this is definitely something I'll look into. Also, are you using the SFTP support? -- Mike On Fri, Jan 26 @ 13:36, Kang Jeong-Hee wrote: > 2007/1/26, Michael Gilfix <mg...@ee...>: > > Hi. Can you explain a bit more about what's included in > > Filezilla and how it works? I mgiht be able to give you > > a better idea of the effort involved. There's currently > > no plans, but this does sound like a good feature. > > > > Filezilla can set remote charset for a bookmark. > Then It convert messages and filenames over traffic automatically. > > I personally suggest this can be dealing with one more data feild for > connection. > Tree model store one more column for view-only purpose, > while original filename column used for file transferring. > > > .. and I'm assuming you're using the unicode enabled version > > of wxPython. > > I use wxgtk-2.6 package on ubuntu edgy and this might be unicode build. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Ftpcube-general mailing list > Ftp...@li... > https://lists.sourceforge.net/lists/listinfo/ftpcube-general -- Michael Gilfix mg...@ee... http://www.michaelgilfix.com |
From: Kang Jeong-H. <ke...@gm...> - 2007-01-26 04:36:54
|
2007/1/26, Michael Gilfix <mg...@ee...>: > Hi. Can you explain a bit more about what's included in > Filezilla and how it works? I mgiht be able to give you > a better idea of the effort involved. There's currently > no plans, but this does sound like a good feature. > Filezilla can set remote charset for a bookmark. Then It convert messages and filenames over traffic automatically. I personally suggest this can be dealing with one more data feild for connection. Tree model store one more column for view-only purpose, while original filename column used for file transferring. > .. and I'm assuming you're using the unicode enabled version > of wxPython. I use wxgtk-2.6 package on ubuntu edgy and this might be unicode build. |
From: Michael G. <mg...@ee...> - 2007-01-26 03:21:51
|
Hi. Can you explain a bit more about what's included in Filezilla and how it works? I mgiht be able to give you a better idea of the effort involved. There's currently no plans, but this does sound like a good feature. .. and I'm assuming you're using the unicode enabled version of wxPython. -- Mike On Thu, Jan 25 @ 04:25, ke...@gm... wrote: > Hi. > > Really glad to see new version of ftpcube is out. > Thanks. > > > As CJK native, I need charset conversion in ftp client, > like Filezilla support. > > Do you have any plan to provide such a functionality? > Or is it easy enough to patch? > > > All the best, > kz. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Ftpcube-general mailing list > Ftp...@li... > https://lists.sourceforge.net/lists/listinfo/ftpcube-general -- Michael Gilfix mg...@ee... http://www.michaelgilfix.com |
From: <ke...@gm...> - 2007-01-24 19:25:41
|
Hi. Really glad to see new version of ftpcube is out. Thanks. As CJK native, I need charset conversion in ftp client, like Filezilla support. Do you have any plan to provide such a functionality? Or is it easy enough to patch? All the best, kz. |
From: Michael G. <mg...@ee...> - 2007-01-14 18:13:29
|
This release greatly improves the stability of the ftpcube 0.5.x line. The 0.5.x line brings many features to ftpcube, including updated wxPython support, SFTP integration, and much more. The changes: * Fixed tracebacks that report error creating QueueEvent object (#1630689). * Fixed problem with directory recursion. * Error displayed when attempting to explore invalid archive file. * Status for downloads of unknown file types are now marked Ok by default. * Fixed a bug preventing uploading of files. * Better error message when DISPLAY variable not set (#1633725). -- Mike -- Michael Gilfix mg...@ee... http://www.michaelgilfix.com |
From: Michael G. <mg...@ee...> - 2007-01-08 00:06:02
|
Ftpcube 0.5.0 final was just released. In addition to the features below, this release includes some additional bug fixes from the beta. Here's a change log: * Fixed missing transports package during setup.py install (#1624300). * Fixed errant doc strings. * Fixed URL parsing. URLs are now handled properly in the connect window. * Updated copyright messages. * * -- Mike On Wed, Dec 20 @ 23:06, Michael Gilfix wrote: > After a long hiatus and due to popular demand, Ftpcube is > back with some new, long-awaited features. The long-awaited > modular SFTP support is now included. The SFTP support gains > the full benefits of the Ftpcube engine, with multi-threaded > downloading, queueing, etc. The underlying transport > mechanism is modular; Only when the Paramiko SSH library is > installed will SFTP support be enabled. Ftpcube allows for > both FTP & SFTP transfer requests to live simultaneously in > the transfer queue. > > In addition, this release brings Ftpcube up to wxPython > v2.6.3.3 or greater. This is a beta release for the 0.5.x > line and includes several other features in addition to SFTP > support. > > Please note - the configuration file format has changed. > Please see the README for more details. > > -------------------- > > ChangeLog: > > From 0.4.4 to 0.5.0-b1: > > * Ported up to wxPython 2.6.3.3. This required changing the way that > events were processed, changing the use of sizers, removing the > deprecated wxFloatBar, and other various incompatibilities. > > * Fixed code formatting to match Python standard. Code now also > includes documentation. Yay! > > * Added the much anticipated SFTP support using the Paramiko SSH > module. This feature also includes the finalization of the modular > protocol structure. > > *Fixed various multi-threaded code issues Configuration files now use > INI style configuration formats and are much more human readable > > * Added support for unpacking .tar, .tar.gz, .tar.bz2 archives. > > * Clearing the cache now doesn't interfere with the remote change > directory window based on the cache. > > * The URL schema should now work with sftp > > * Ftpcube is now much more windows friendly. > > -- > Michael Gilfix > mg...@ee... > > For my gpg public key: > http://www.eecs.tufts.edu/~mgilfix/contact.html -- Michael Gilfix mg...@ee... For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html |
From: Michael G. <mg...@ee...> - 2006-12-21 04:07:07
|
After a long hiatus and due to popular demand, Ftpcube is back with some new, long-awaited features. The long-awaited modular SFTP support is now included. The SFTP support gains the full benefits of the Ftpcube engine, with multi-threaded downloading, queueing, etc. The underlying transport mechanism is modular; Only when the Paramiko SSH library is installed will SFTP support be enabled. Ftpcube allows for both FTP & SFTP transfer requests to live simultaneously in the transfer queue. In addition, this release brings Ftpcube up to wxPython v2.6.3.3 or greater. This is a beta release for the 0.5.x line and includes several other features in addition to SFTP support. Please note - the configuration file format has changed. Please see the README for more details. -------------------- ChangeLog: >From 0.4.4 to 0.5.0-b1: * Ported up to wxPython 2.6.3.3. This required changing the way that events were processed, changing the use of sizers, removing the deprecated wxFloatBar, and other various incompatibilities. * Fixed code formatting to match Python standard. Code now also includes documentation. Yay! * Added the much anticipated SFTP support using the Paramiko SSH module. This feature also includes the finalization of the modular protocol structure. *Fixed various multi-threaded code issues Configuration files now use INI style configuration formats and are much more human readable * Added support for unpacking .tar, .tar.gz, .tar.bz2 archives. * Clearing the cache now doesn't interfere with the remote change directory window based on the cache. * The URL schema should now work with sftp * Ftpcube is now much more windows friendly. -- Michael Gilfix mg...@ee... For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html |
From: Michael G. <mg...@ee...> - 2006-07-30 19:08:49
|
Hi. I am not actively developing Ftpcube currently. I do think about updating it and completing support for sftp, but am distracted by other things (i.e., the job). That being said, I'd be more than happy to integrate any patches and provide a point release. Regarding the threaded programming... The actual ftp connection itself is actually managed within ftp.py. All the information for resuming the upload should be there (dunno why it isn't working properly) from the remote listing. The calculated size gets passed as an argumetn to the uploadBinary() method on an instance of the FTP class. I would look to see where this is called and how the rest argument is getting calculated. -- Mike On Sun, Jul 30 @ 10:48, Rama wrote: > Hi list, > > I'm just looking around ftpcube as I need an FTP client for some > specific needs, so I'll be doing a whole new interface for it just to > suit our needs. > > The problem is resume is not working for me, at least on uploading > files, which is what I need. > > It seems when it's calculating the REST (so what's already uploaded) it > always returns the size of the local file size instead of the remote, so > it always starts from the beginning (?). > > I'm not so experienced with threads programming, so it's not clear for > me how I could send a request for the size to the FTP server (using > ftplib's size, or in turn I might use MLST and parse the output) and get > back the results to assign to the REST. > > Could someone please help with it? > Thanks a lot, > cheers, > Rama > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Ftpcube-general mailing list > Ftp...@li... > https://lists.sourceforge.net/lists/listinfo/ftpcube-general -- Michael Gilfix mg...@ee... For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html |
From: Rama <ra...@xi...> - 2006-07-30 08:48:11
|
Hi list, I'm just looking around ftpcube as I need an FTP client for some specific needs, so I'll be doing a whole new interface for it just to suit our needs. The problem is resume is not working for me, at least on uploading files, which is what I need. It seems when it's calculating the REST (so what's already uploaded) it always returns the size of the local file size instead of the remote, so it always starts from the beginning (?). I'm not so experienced with threads programming, so it's not clear for me how I could send a request for the size to the FTP server (using ftplib's size, or in turn I might use MLST and parse the output) and get back the results to assign to the REST. Could someone please help with it? Thanks a lot, cheers, Rama |
From: phoBOS <ph...@ya...> - 2005-01-05 02:45:19
|
debian/sid ii python2.3 2.3.4-18 ii python2.4 2.4-2 ii wxpython2.5.3 2.5.3.2 python* setup.py build works fine $ python2.3 setup.py install running install error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory) $ python2.4 setup.py install running install error: invalid Python installation: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory) And what a bout a installable .deb file? regards phob |
From: Yuri v. O. <yva...@xs...> - 2004-08-18 13:25:52
|
Hi, I've experienced this behaviour as well. I believe it is due to a conflict between versions 1 and 2 of GTK+. I did not test it thoroughly, though. Could this be the problem in your case? Regards, Yuri On Wed, 4 Aug 2004 mme...@ic... wrote: > I installed version 0.4.3 from ports on both versions of FreeBSD. > Whenever I go to Connect or Bookmarks, FTPCube crashes upon losing focus > from the first entry field. This appears related to a problem I found on > another post where a user was using Gentoo Linux; > > http://aspn.activestate.com/ASPN/Mail/Message/wxPython-users/1622794 > > I don't see a resolution to it mentioned. Below is the error I get when I > run it from a shell. It is the exact error that the other user got word > for word, except for the line number, which is understandable since he was > using 0.4.0. > > Any tips? > > Michael Merrins > > ################################################# > > noc-69# ftpcube > Making main application window. > Making console window. > Making control window. > Making queuing panel. > Making thread panel. > Creating archiver object. > Archiver has 1 extensions registered. > Making local file browsing window. > Making remote file browsing window. > Making connection window. > > (ftpcube:1095): Gtk-WARNING **: GtkEntry - did not receive > focus-out-event. If y ou > connect a handler to this signal, it must return > FALSE so the entry gets the event as well > > Gtk-ERROR **: file gtkentry.c: line 4338 (blink_cb): assertion failed: > (GTK_WIDG ET_HAS_FOCUS (entry)) > aborting... > Abort (core dumped) > noc-69# > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Ftpcube-general mailing list > Ftp...@li... > https://lists.sourceforge.net/lists/listinfo/ftpcube-general > > |
From: <mme...@ic...> - 2004-08-04 05:17:10
|
I installed version 0.4.3 from ports on both versions of FreeBSD.=20 Whenever I go to Connect or Bookmarks, FTPCube crashes upon losing focus from the first entry field. This appears related to a problem I found on another post where a user was using Gentoo Linux; http://aspn.activestate.com/ASPN/Mail/Message/wxPython-users/1622794 I don't see a resolution to it mentioned. Below is the error I get when = I run it from a shell. It is the exact error that the other user got word for word, except for the line number, which is understandable since he wa= s using 0.4.0. Any tips? Michael Merrins ################################################# noc-69# ftpcube Making main application window. Making console window. Making control window. Making queuing panel. Making thread panel. Creating archiver object. Archiver has 1 extensions registered. Making local file browsing window. Making remote file browsing window. Making connection window. (ftpcube:1095): Gtk-WARNING **: GtkEntry - did not receive focus-out-event. If y ou connect a handler to this signal, it must return FALSE so the entry gets the event as well Gtk-ERROR **: file gtkentry.c: line 4338 (blink_cb): assertion failed: (GTK_WIDG ET_HAS_FOCUS (entry)) aborting... Abort (core dumped) noc-69# |
From: Michael G. <mg...@ee...> - 2003-04-27 20:16:55
|
Hey guys. Just put out 0.4.3. It fixes several annoying issues and adds some initial versions of translations. Please take a look: * Fixes wrong parent bug in browser window which would cause lock up in windows. * Now display app icon correctly again. * Now include ftpcube.xpm for external desktops to reference. The icon now gets installed in the data directory specified in setup.cfg. * Added German translation thanks to Christoph Thielecke * Added Dutch translation thanks to Yuri van Oers * All the directory sorting options now work both locally and remotely * Fixed bug found by the gentoo folks for handling of files greater than > 2 Gig. Patch provided by Gregory P. Smith <gre...@el...> -- Mike -- Michael Gilfix mg...@ee... For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html |
From: Michael G. <mg...@ee...> - 2003-04-21 23:30:30
|
Hi Stefan. I'm open to all kinds of user feedback, so feel free to speak up. In general, my todo list is maintained on the SF project pags under the Bugs and Features trackers. So feel free to visit: http://www.sourceforge.net/projects/ftpcube and take a look, as well as submit any suggestions. As for a roadmap, I tend to work Ftpcube in spurts, depending on user requests and just plain time (which is scarce these days). but I'm always open to suggestions, so feel free to send them my way. Regards, -- Mike On Mon, Apr 21 @ 13:22, Stefan Onken wrote: > Hello, > > first posting here. My name is Stefan "Stonki" Onken, 33 years old, > living 50% in London and 50% in Germany. I am involved in the German > documentation of ProFTPD, also Project Manager for kbarcode and > krename. > > Congratulation to FTPcube. At least one good FTP client for Linux. I > would like to ask, if you are interesting in Feedback from the User > side and if you have a kind of Roadmap or ToDO list ? > > cu > stonki -- Michael Gilfix mg...@ee... For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html |
From: Stefan O. <Su...@st...> - 2003-04-21 11:22:23
|
Hello, first posting here. My name is Stefan "Stonki" Onken, 33 years old,=20 living 50% in London and 50% in Germany. I am involved in the German=20 documentation of ProFTPD, also Project Manager for kbarcode and=20 krename. Congratulation to FTPcube. At least one good FTP client for Linux. I=20 would like to ask, if you are interesting in Feedback from the User=20 side and if you have a kind of Roadmap or ToDO list ? cu stonki =2D-=20 www.proftpd.de: Deutsche ProFTPD Dokumentation www.krename.net: Der Batch Renamer f=FCr KDE www.kbarcode.net: Die Barcode Solution f=FCr KDE www.stonki.de |
From: Michael G. <mg...@ee...> - 2003-03-29 08:00:36
|
I just put out 0.4.2. This release fixes some minor bugs, including a bug in the installer. XPM icons have now been antiquated and replaced by a new package containing .py files produced using img2py. Here's the changelog: From 0.4.1 to 0.4.2: * Separated out version string to preserve validity of translations. * Added permission changing functionality to main menu. * Fixed bug in installer that referenced wxPyColourChooser. * Got rid of icons directory * Moved all icons within a libftpcube.icons package and converted them from xpm to an embedded .py file using img2py Enjoy and let me know if you encounter any problems. -- Mike -- Michael Gilfix mg...@ee... For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html |
From: Michael G. <mg...@ee...> - 2003-03-28 06:46:32
|
Hi all. I just put out the 0.4.1 release. Here's the release notes and change log: -------------------------------------------------------------------- This release fixes some bugs and adds some minor feature requests. Remote and local permissions can now be changed. Local permissions are also now displayed in the local file browsing window. The wxPyColourChooser module has been integrated with wxPython as of the 2.4.0 release. So, it is highly recommended that users upgrade. Otherwise, if you do not wish you upgrade, simply retrieve the latest version of the module from the usual location (listed below). Here's what's changed: * Added option to clear the console window, Feature #492580. * Improved error handling when aborting and cancelling connections * Fixed bug #662371 where the number of resumed bytes wasn't correctly set. * Added support for MS ftp style listing bug #516125. * Can now chmod files, feature #570339. * Now list permissions locally as well. * Now attempt to load wxPyColourChooser from the wxPython lib by default and fall back ont the wxcolourchooser install package during failure. -------------------------------------------------------------------- So enjoy. If anyone wants to send me translations for 0.4.1, I'd really appreciate it. Regards, -- Mike -- Michael Gilfix mg...@ee... For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html |
From: Michael G. <mg...@ee...> - 2002-12-22 04:02:56
|
I just made the release available. I'm away for a week so, please log anything into the trackers. On Sat, Dec 21 @ 15:41, Michael Gilfix wrote: > I think the 0.4.0 release of Ftpcube is ready. The latest release of > wxPython 2.3.4 fixed all the thread drawing issues that kept me from > putting out the release. So, expect the release before new year's. I'm > also going to work on making binaries available, specifically an > installer for windows. As for the translations, I know everybody is > busy, so we'll get them in there in the upcoming minor releases, > unless I get them before I package the software. Otherwise, happy > ftping, and have a good Christmas. > > -- Mike > > -- > Michael Gilfix > mg...@ee... > > For my gpg public key: > http://www.eecs.tufts.edu/~mgilfix/contact.html -- Michael Gilfix mg...@ee... For my gpg public key: http://www.eecs.tufts.edu/~mgilfix/contact.html |