Python论坛  - 讨论区

标题:[python-chinese] python是否有支持samba或者windows共享的模块

2007年06月11日 星期一 17:20

yayj yayjsir在gmail.com
星期一 六月 11 17:20:09 HKT 2007

我要做一个python程序,实现向\\host_name\dirs\这种目录上传文件的功能。
不知道有没有现成的python模块,谢谢。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070611/65f62a53/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年06月13日 星期三 21:49

秦川 anewrer在gmail.com
星期三 六月 13 21:49:34 HKT 2007

同问.
不知道在快出版的那本 python网络编程 里有没有涉及


在07-6-11,yayj <yayjsir在gmail.com> 写道:
>
> 我要做一个python程序,实现向\\host_name\dirs\这种目录上传文件的功能。
> 不知道有没有现成的python模块,谢谢。
-------------- 下一部分 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20070613/43a00213/attachment-0001.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年06月13日 星期三 23:17

kongxiangbo 孔祥波 py.konger在gmail.com
星期三 六月 13 23:17:15 HKT 2007

Õâ¸öÊÇosµÄÊÂÇé°É£¿³ÌÐòÔËÐÐÔÚlinuxÉÏ£¿ÏÈmount È»ºóÏñ±¾µØ´ÅÅÌÄÇÑùȥд¡£

ÔÚ07-6-13£¬ÇØ´¨ <anewrer在gmail.com> дµÀ£º
>
> ͬÎÊ.
> ²»ÖªµÀÔÚ¿ì³ö°æµÄÄDZ¾ pythonÍøÂç±à³Ì ÀïÓÐûÓÐÉæ¼°
>
>
> ÔÚ07-6-11£¬yayj <yayjsir在gmail.com> дµÀ£º
> >
> > ÎÒÒª×öÒ»¸öpython³ÌÐò£¬ÊµÏÖÏò\\host_name\dirs\ÕâÖÖĿ¼ÉÏ´«ÎļþµÄ¹¦ÄÜ¡£
> > ²»ÖªµÀÓÐûÓÐÏֳɵÄpythonÄ£¿é£¬Ð»Ð»¡£
>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists<python-chinese-request在lists.python.cn>
> .python.cn <python-chinese-request在lists.python.cn>
> Unsubscribe: send unsubscribe to  python-chinese-request在lists<python-chinese-request在lists.python.cn>
> .python.cn <python-chinese-request在lists.python.cn>
> Detail Info: http://python.cn/mailman>
> /listinfo/python-chinese<http://python.cn/mailman/listinfo/python-chinese>
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070613/93815f54/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年06月15日 星期五 10:29

习巍 xlofty在gmail.com
星期五 六月 15 10:29:28 HKT 2007

# -*- coding: utf-8 -*-

import os
filelist = os.listdir(r'\\devserver\memberManger\barcode\1')

for filename in filelist :
    print filename

ÕâÊǶÁÈ¡ÎļþÁбíµÄ·½·¨£¬µ«²»ÖªµÀÔõô¶Áд¡£

ÔÚ07-6-13£¬kongxiangbo ¿×Ï鲨 <py.konger在gmail.com> дµÀ£º
>
> Õâ¸öÊÇosµÄÊÂÇé°É£¿³ÌÐòÔËÐÐÔÚlinuxÉÏ£¿ÏÈmount È»ºóÏñ±¾µØ´ÅÅÌÄÇÑùȥд¡£
>
> ÔÚ07-6-13£¬ÇØ´¨ <anewrer在gmail.com> дµÀ£º
> >
> > ͬÎÊ.
> > ²»ÖªµÀÔÚ¿ì³ö°æµÄÄDZ¾ pythonÍøÂç±à³Ì ÀïÓÐûÓÐÉæ¼°
> >
> >
> > ÔÚ07-6-11£¬yayj <yayjsir在gmail.com> дµÀ£º
> > >
> > > ÎÒÒª×öÒ»¸öpython³ÌÐò£¬ÊµÏÖÏò\\host_name\dirs\ÕâÖÖĿ¼ÉÏ´«ÎļþµÄ¹¦ÄÜ¡£
> > > ²»ÖªµÀÓÐûÓÐÏֳɵÄpythonÄ£¿é£¬Ð»Ð»¡£
> >
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists<python-chinese-request在lists.python.cn>.python.cn<python-chinese-request在lists.python.cn>
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists<python-chinese-request在lists.python.cn>.python.cn<python-chinese-request在lists.python.cn>
> > Detail Info: http://python.cn/mailman>/listinfo/python-chinese<http://python.cn/mailman/listinfo/python-chinese>
> >
>
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070615/3977d006/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年06月15日 星期五 22:29

Shuning Hong hongshuning在gmail.com
星期五 六月 15 22:29:05 HKT 2007

import shutils
shutils.copyfile(r"c:\autoexec.bat", r"\\remote_machine\share_folder\abc.txt")


On 6/15/07, 习巍 <xlofty at gmail.com> wrote:
> # -*- coding: utf-8 -*-
>
> import os
> filelist =
> os.listdir(r'\\devserver\memberManger\barcode\1')
>
> for filename in filelist :
>     print filename
>
> 这是读取文件列表的方法,但不知道怎么读写。
>
>  在07-6-13,kongxiangbo 孔祥波 <py.konger at gmail.com> 写道:
> > 这个是os的事情吧?
> > 程序运行在linux上?先mount 然后像本地磁盘那样去写。
> >
> >
> > 在07-6-13,秦川 < anewrer at gmail.com> 写道:
> > >
> > >
> > > 同问.
> > > 不知道在快出版的那本 python网络编程 里有没有涉及
> > >
> > >
> > > 在07-6-11,yayj <yayjsir at gmail.com> 写道:
> > > > 我要做一个python程序,实现向\\host_name\dirs\这种目录上传文件的功能。
> > > > 不知道有没有现成的python模块,谢谢。
> > >
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists .python.cn
> > > Unsubscribe: send unsubscribe to  python-chinese-request at lists
> .python.cn
> > > Detail Info: http://python.cn/mailman /listinfo/python-chinese
> > >
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年06月16日 星期六 12:32

boyeestudio boyee118在gmail.com
星期六 六月 16 12:32:59 HKT 2007

ÓÐÒ»¸öpython-sambaÄ£¿é£¡Ã»Óùý£¡

ÔÚ07-6-15£¬Shuning Hong <hongshuning在gmail.com> дµÀ£º
>
> import shutils
> shutils.copyfile(r"c:\autoexec.bat",
> r"\\remote_machine\share_folder\abc.txt")
>
>
> On 6/15/07, ϰΡ <xlofty在gmail.com> wrote:
> > # -*- coding: utf-8 -*-
> >
> > import os
> > filelist =
> > os.listdir(r'\\devserver\memberManger\barcode\1')
> >
> > for filename in filelist :
> >     print filename
> >
> > ÕâÊǶÁÈ¡ÎļþÁбíµÄ·½·¨£¬µ«²»ÖªµÀÔõô¶Áд¡£
> >
> >  ÔÚ07-6-13£¬kongxiangbo ¿×Ï鲨 <py.konger在gmail.com> дµÀ£º
> > > Õâ¸öÊÇosµÄÊÂÇé°É£¿
> > > ³ÌÐòÔËÐÐÔÚlinuxÉÏ£¿ÏÈmount È»ºóÏñ±¾µØ´ÅÅÌÄÇÑùȥд¡£
> > >
> > >
> > > ÔÚ07-6-13£¬ÇØ´¨ < anewrer在gmail.com> дµÀ£º
> > > >
> > > >
> > > > ͬÎÊ.
> > > > ²»ÖªµÀÔÚ¿ì³ö°æµÄÄDZ¾ pythonÍøÂç±à³Ì ÀïÓÐûÓÐÉæ¼°
> > > >
> > > >
> > > > ÔÚ07-6-11£¬yayj <yayjsir在gmail.com> дµÀ£º
> > > > > ÎÒÒª×öÒ»¸öpython³ÌÐò£¬ÊµÏÖÏò\\host_name\dirs\ÕâÖÖĿ¼ÉÏ´«ÎļþµÄ¹¦ÄÜ¡£
> > > > > ²»ÖªµÀÓÐûÓÐÏֳɵÄpythonÄ£¿é£¬Ð»Ð»¡£
> > > >
> > > >
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese在lists.python.cn
> > > > Subscribe: send subscribe to python-chinese-request在lists .python.cn
> > > > Unsubscribe: send unsubscribe to  python-chinese-request在lists
> > .python.cn
> > > > Detail Info: http://python.cn/mailman /listinfo/python-chinese
> > > >
> > >
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese在lists.python.cn
> > > Subscribe: send subscribe to
> > python-chinese-request在lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> > >
> >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070616/ea171bf3/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号