Thread copy mit net::ftp::file (14 answers)
Opened by bianca at 2009-10-07 18:06

bianca
 2009-10-07 18:57
#126623 #126623
User since
2009-09-13
7016 Artikel
BenutzerIn

user image
Debug war eine gute Idee. Danke Dir.

Code: (dl )
$ftp -> copy (".bash_history","kopie","/tmp/") or die $ftp -> message;


bringt:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Net::FTP=GLOB(0x1b755e0)>>> PWD
Net::FTP=GLOB(0x1b755e0)<<< 257 "/" is the current directory
Net::FTP=GLOB(0x1b755e0)>>> HELP SIZE
Net::FTP=GLOB(0x1b755e0)<<< 214 Syntax: SIZE <sp> pathname
Net::FTP=GLOB(0x1b755e0)>>> SIZE .bash_history
Net::FTP=GLOB(0x1b755e0)<<< 550 SIZE not allowed in ASCII mode
Net::FTP=GLOB(0x1b755e0)>>> PWD
Net::FTP=GLOB(0x1b755e0)<<< 257 "/" is the current directory
Net::FTP=GLOB(0x1b755e0)>>> CWD .bash_history
Net::FTP=GLOB(0x1b755e0)<<< 550 .bash_history: No such file or directory
Net::FTP=GLOB(0x1b755e0)>>> CWD /
Net::FTP=GLOB(0x1b755e0)<<< 250 CWD command successful
Net::FTP=GLOB(0x1b755e0)>>> PWD
Net::FTP=GLOB(0x1b755e0)<<< 257 "/" is the current directory


.bash_history ist definitiv da, gehört meinem FTP-User auch und ich hab auch alle Rechte auf die Datei.
Was macht das Teil da mit SIZE????
10 print "Hallo"
20 goto 10

View full thread copy mit net::ftp::file