Thread FTP Programm Upload (25 answers)
Opened by duerov at 2005-11-22 14:33

renee
 2006-01-21 06:16
#60330 #60330
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Edit:

Quote
rput ( [ParseSub => \&yoursub] [,DirCommand => $cmd] [,FlattenTree => 1] [,RemoveLocalFiles => 1])
The recursive put method call. This will recursively send the local current working directory and its contents to the ftp object's current working directory.

This method will take an optional set of arguments to tell it what the local directory listing command will be. By default, this is "ls -al". If you change the behavior through this argument, you probably also need to provide a ParseSub, as described above.


Da steht ja auch, dass 'ls -al' genommen wird!

Probier mal mit rput(DirCommand => 'dir'); zu arbeiten...\n\n

<!--EDIT|renee|1137817442-->
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread FTP Programm Upload