Re: Able to getfile, but unable to put file? (General questions)
Wee,
no, looks ok.
Ok, let's try the other way. Can you call
ListDir( / )
and then see if in result you find your path. If you do (for example 'test'), then try
ListDir( /test )
etc.. Do that to make sure all paths you refer to exist and you can look their contents.
Can you try that?
Hi Support,
I have tried to do this:
[code]ActiveXCtl6.ListDir ( /XXX )[/code]
returns 501 error.
I manually FTPed in and set working directory to XXX, perform a ls on /XXX. lists all files without failing.
any idea? Its frustrating that getfile() works, with the same path(only reversed in order). anything else I can work with?
Thanks for your assistance thus far.