- Jun
- 762
- 16
The help says that the entries in the ftp.cfg file should have the following format:
url [(alias)] username password [directory template]
However, there are no examples or description of the optional "directory template" item, and I have not been able to figure out how to get that part to work. I thought that it would be something like
ftp://myserver.com (work) username password workdir/
or some form of that, perhaps with "/workdir" or "/workdir/" or "/workdir/*". No matter what I have tried, after
a command such as
shows the contents of the root directory, not the "workdir" directory.
Can anyone help?
url [(alias)] username password [directory template]
However, there are no examples or description of the optional "directory template" item, and I have not been able to figure out how to get that part to work. I thought that it would be something like
ftp://myserver.com (work) username password workdir/
or some form of that, perhaps with "/workdir" or "/workdir/" or "/workdir/*". No matter what I have tried, after
Code:
iftp work
Code:
dir ftp:
Can anyone help?