Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Sep 17, 2024
1 parent a095adf commit 64dee40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion download-latest-java-tomcat.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,14 @@
for ( var d in destFiles ) {
systemOutput( d, true );
}
systemOutput( "", true );
systemOutput( "loop thru files", true );
loop query="files" {
dir = mid(files.directory, find( "!", files.directory) + 2 );
//if ( files.mode != "644" )
// systemOutput( "#dir# #files.name# #files.size# #files.type# #files.mode#", true );
systemOutput( "#dir# #files.name# #files.size# #files.type# #files.mode#", true );
file = arguments.dest & mid( dir, 2 ) & "/" & files.name;
systemOutput( file, true );
Expand Down

0 comments on commit 64dee40

Please sign in to comment.