Thread manchmal ist es NICHT einfach ! (21 answers)
Opened by cc at 2004-03-03 11:55

cc
 2004-03-07 16:32
#80538 #80538
User since
2004-01-09
55 Artikel
BenutzerIn
[default_avatar]
hallo kabel und renee

zuerst möchte mich sehr bedanken
muss sagen eigentlich nicht "kabel", sondern ich "grosse tomaten auf den augen haben "
erster vorschalg von "kabel" war auch richtig.
korrekt ist:
Code: (dl )
1
2
3
4
5
# change remote directory
$ren[0]->[2] = "/DE/IN";
$ren[1]->[2] = "/DE/OUT";
my ($ft1, $ft2, $ftp_upload_location) = @$f;
$ftp->cwd ($ftp_upload_location);

und falsch war:
Code: (dl )
1
2
3
4
5
# change remote directory
my ($ft1, $ft2, $ftp_upload_location) = @$f;
$ren[0]->[2] = "/DE/IN";
$ren[1]->[2] = "/DE/OUT";
$ftp->cwd ($ftp_upload_location);
\n\n

<!--EDIT|cc|1079046182-->

View full thread manchmal ist es NICHT einfach !