I have been having some issues with FTP clients of late and have been having a think
about what I actually need from an FTP transfer program, to enable me to work more efficiently.
I thought it may be a good idea ot develop an FTP program which met my needs rather then a
stock program, written by a designer who knew nothing about the way I work.
During the development process, I find myself leaping around within an FTP program to
upload the latest updated file.
For example, the websites I develop are usually driven from a Perl script (file1) which displays
on a web page via several Perl templates (file2, file 3, file4 etc.).The formatting is done within
a .css file (file5) and control variables are taken from an external data file (file6) and certain
parameters are read from other files (file7, file8 etc.)
These files are in various directories and skipping around them using an off the shelf FTP client
is bad enough but my latest one, provided by numptyISP.com times out after less than 1 minute
and is extremely annoying to work with.
I am setting about designing an FTP client which suits the way I work. I obviously work in a
different way to most developers, otherwise FTP clients would do what I want them to do rather
than what some designer thought I mike like.
I already have the upload part of the client sorted as I have several of those in use, updating
clients websites from their local databases.
I am writing an FTP client with some unique features aimed at the way I work but I am having a
problem listing the files on a remote server, which is why I posed the original question in
this thread.
I found the Dave Summers FTP client and thought that was the original one I had used for
reference but for some reason, there is an OCX error preventing me from running that
application.
I have searched this forum and Googled the problem but thought it was wise to ask here if
anyone could help.
Keith