|
|
 |
| found 70 articles for 0.303 sec |
  |
| On 2008-06-08, Slawomir Piasecki <piasekps@gmail.com> wroted:
> *get* '227 Entering passive mode (192,168,0,150,4,8)\r\n'
> *resp* '227 Entering passive mode (192,168,0,150,4,8)'
> Traceback (most recent call last):
> File "<pyshell#14>", line 1, in <module>
> s.retrlines('LIST')
> File "c:\Python25\lib\ftplib.py", line 407, in retrlines
> conn = self.transfercmd(cmd)
> File |
|
 |
|
 |
Group: pl.comp.lang.python · Group Profile · Search for Ftplib in pl.comp.lang.python
Author: Grzegorz Staniak
Date: Jun 8, 2008 09:40
a wiec probowalem sie polaczyc w ftp 'recznie' oto co dostalem s=ftplib.FTP() s.set_debuglevel(2) s.connect(z['ip'], z['port']) *get* '220 FTP Server 1.2\r\n' *resp* '220 FTP Server 1.2' '220 FTP Server 1.2' s.login(z['log'], z['pass']) *cmd* 'USER inova15' *put* 'USER inova15\r\n' *get* '331 Password required for inova15.\r\n' *resp* '331 Password required for inova15.' *cmd* 'PASS
|
| Show full article (0.83Kb) |
Group: pl.comp.lang.python · Group Profile · Search for Ftplib in pl.comp.lang.python
Author: Slawomir Piasecki
Date: Jun 8, 2008 09:01
mam notoryczny problem z ftplib, pisalem juz wczesniej ale odpowiedzi wiec napisalem jesce raz wysylam sobie do kilku lokalizacji pliki Traceback (most recent call last): File "c:\inova\ftp.py", line 213, in <module> begin() File "c:\inova\ftp.py", line 198, in begin findcity(dirr, ch, ftpdir) File "c:\inova\ftp.py", line 167, in findcity if not addfile(step['file'],
|
| Show full article (3.24Kb) · Show article thread |
| [code]
#! /usr/bin/python
import ftplib, os, time, sys, inovalbr
from inovalbr import writeraport
#===========================================================
def connect(SERV, USSR, PASS, ch, PORT, ftpdir, LOC):
s = ftplib.FTP()
test = 0
if PORT != '':
try: tmp = s.connect(SERV, PORT) ## polacz sie z
serwerem
except:
test |
|
 |
|
 |
Group: pl.comp.lang.python · Group Profile · Search for Ftplib in pl.comp.lang.python
Author: Slawomir Piasecki
Date: Jun 6, 2008 07:23
Package: wnpp Severity: wishlist Owner: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> [N.B.: This ITP was generated automatically from a template, even though the DOG does intend to package the described software for Debian. We apologize for the glitches in the text below.] * Package name : octave-ftp Version : 1.0.0 Upstream Author : Xavier Delacour
|
| Show full article (0.36Kb) · Show article thread |
|
 |
|
1 ·
2 ·
3 ·
4 ·
5 ·
6 ·
7 ·
next |
|
|