Robert DuToit
2014-01-27 00:16:14 UTC
Hi Alexander,
Is there a way to tell if a file is a directory via lftp on server. I need to differentiate for a script that downloads various chosen files and folders.
Locally no problem as I can just use the TCL command:
set is_dir [file isdirectory $this_file]
Thanks, rob
Is there a way to tell if a file is a directory via lftp on server. I need to differentiate for a script that downloads various chosen files and folders.
Locally no problem as I can just use the TCL command:
set is_dir [file isdirectory $this_file]
Thanks, rob