I use glob <http://docs.python.org/py3k/library/glob.html>
        file_list = glob.glob("*")

On Tue, Jul 12, 2011 at 3:42 AM, Jeff Forcier <[email protected]> wrote:

> On Mon, Jul 11, 2011 at 8:22 AM, Ricklef Wohlers
> <[email protected]> wrote:
> > Hi,
> >
> > Thanks for the answer. I think it would be fair to state that using bash
> commands aren't the most pythonic way of doing this.
>
> Well, for *this specific* application -- where the use case overlaps
> with SFTP functionality -- sure, perhaps. But given that everything
> else in this area of work *does* have to be partly shell driven, I
> don't think it's unfair to ask users to set aside their Python biases
> for a bit ;)
>
> > From what I understand, fabric uses paramiko. Would it make sense to
> extend fabric.contrib.files with some wrappers for paramiko.sftpclient
> functions? Alternatively it would make sense to allow access to the sftp
> functions..
> > I was thinking of writing a patch to add the wrapper functions, but would
> only do so if it would actually have a chance of being added to fabric.
> Would it have a chance?
>
> That might work, sure. Please make sure you look at the existing SFTP
> wrappers used for put/get (see fabric/sftp.py) and build off of that
> if possible.
>
> I can't promise an immediate merge (there is a lot of other stuff in
> the wings right now) but this sort of addition certainly feels
> reasonable to me, provided it fits well with the rest of the API.
>
> Thanks,
> Jeff
>
> --
> Jeff Forcier
> Unix sysadmin; Python/Ruby engineer
> http://bitprophet.org
>
> _______________________________________________
> Fab-user mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/fab-user
>
_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to