{"id":7056,"date":"2015-01-08T16:10:40","date_gmt":"2015-01-08T08:10:40","guid":{"rendered":"http:\/\/jpuyy.com\/?p=7056"},"modified":"2015-01-08T16:10:40","modified_gmt":"2015-01-08T08:10:40","slug":"python-ftp%e6%b5%8b%e8%af%95%e8%84%9a%e6%9c%ac","status":"publish","type":"post","link":"https:\/\/jpuyy.com\/?p=7056","title":{"rendered":"python ftp\u6d4b\u8bd5\u811a\u672c"},"content":{"rendered":"<p>\u914d\u7f6e vsftp \uff0c\u7528 python \u6d4b\u8bd5 ftp \u5f88\u65b9\u4fbf<\/p>\n<p>&nbsp;<\/p>\n<pre>\r\n#!\/usr\/bin\/env python\r\n#-*- coding:utf-8 -*-\r\n#author: jpuyy.com date\r\n#modified by xx at date\r\n\r\nfrom ftplib import FTP\r\n\r\ndef ftp_list(file = \"group_xitong\"):\r\n    ftp=FTP()\r\n    ftp.set_debuglevel(2)                                                                                                       \r\n    #ftp.connect('106.186.23.161','21')\r\n    ftp.connect('119.28.3.73','4413')\r\n    ftp.login('ftpuser1','QAXjAHd7pAziK8')\r\n    print ftp.getwelcome()\r\n    ftp.cwd('\/')\r\n    ftp.retrlines('LIST')\r\n    ftp.quit()\r\n\r\nftp_list()\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u914d\u7f6e vsftp \uff0c\u7528 python \u6d4b\u8bd5 ftp \u5f88\u65b9\u4fbf &nbsp; #!\/usr\/bin\/env python #-*- coding:utf-8 -*- #author: jpuyy.com date #modified by xx at date from ftplib import FTP def ftp_list(file = &#8220;group_xitong&#8221;): ftp=FTP() ftp.set_debuglevel(2) #ftp.connect(&#8216;106.186.23.161&#8242;,&#8217;21&#8217;) ftp.connect(&#8216;119.28.3.73&#8242;,&#8217;4413&#8217;) ftp.login(&#8216;ftpuser1&#8242;,&#8217;QAXjAHd7pAziK8&#8217;) print ftp.getwelcome() ftp.cwd(&#8216;\/&#8217;) ftp.retrlines(&#8216;LIST&#8217;) ftp.quit() ftp_list()<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-7056","post","type-post","status-publish","format-standard","hentry","category-life"],"_links":{"self":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/7056","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7056"}],"version-history":[{"count":1,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/7056\/revisions"}],"predecessor-version":[{"id":7057,"href":"https:\/\/jpuyy.com\/index.php?rest_route=\/wp\/v2\/posts\/7056\/revisions\/7057"}],"wp:attachment":[{"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7056"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7056"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jpuyy.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7056"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}