Re: Directory separator and parent directory - WeOnlyDo Discussion board

Re: Directory separator and parent directory (General questions)

by wodDrazen, Monday, May 15, 2006, 11:32 (6767 days ago) @ condev1972

1) Yes, / is always being used as directory separator.

2) You can add for RemotePath /home/something/joe/ or /home/something/joe it it same for wodFtpDLX. WodFtpDLX will accept both values.

3) Sorry, there is no support for parent directory method.

4) I suggest you to use full path for ListDir,GetFile,PutFile... Methods. That will give you exactly what you need.
You can call RemotePath more than ones in your code and it will hold value of last called RemotePath.
I try it with wftp.RawSend ('CWD ..' + CRLF) as you mention and it didn't affect RemotePath.


Complete thread: