PDA

View Full Version : Is there a way I can copy & print file names from a directory -locally or on a server


William Davis
10-29-06, 09:01 PM
Is there a way I can copy & print file names only from a directory -locally or on a server? If so, how?

Vic - WolfPaw Computers
10-29-06, 09:14 PM
Windows or Linux server?

William Davis
10-29-06, 10:02 PM
Is there a way I can copy & print file names only from a directory -locally or on a server? If so, how?

I found this solution -it's real neat, but it does not work on ftp servers -unless I am missing something.

http://www.theeldergeek.com/file_list_generator.htm

Vic - WolfPaw Computers
10-29-06, 10:40 PM
Well regardless of whether or not you have a windows or linux server, you will not be able to directly create the file unless you either use a batch file like suggested in that article (on a windows server) or similarly, a shell script on Linux - OR - you'll need shell access via SSH or Telnet.

William Davis
10-29-06, 10:54 PM
Well regardless of whether or not you have a windows or linux server, you will not be able to directly create the file unless you either use a batch file like suggested in that article (on a windows server) or similarly, a shell script on Linux - OR - you'll need shell access via SSH or Telnet.

I have Cute FTP Professional -can I do anything with that?

I have Windows, but my host is Linux.

Vic - WolfPaw Computers
10-29-06, 11:29 PM
No, for security reasons, FTP does not give you access to shell command prompt.