FTP: Difference between revisions

m
→‎{{header|Perl 6}}: re add directory change command
m (→‎{{header|Perl 6}}: Change to a still active FTP host)
m (→‎{{header|Perl 6}}: re add directory change command)
Line 608:
 
$ftp.login( user => $user, pass => $password );
 
$ftp.cwd( 'upload' );
 
$ftp.cwd( '/' );
 
say $_<name> for $ftp.ls;
10,333

edits