Re: Directory separator and parent directory (General questions)
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:
- Directory separator and parent directory - condev1972, 2006-05-14, 23:12
- Re: Directory separator and parent directory - wodDrazen, 2006-05-15, 11:32
- Re: Directory separator and parent directory - wodSupport, 2006-05-15, 11:36
- Re: Directory separator and parent directory - condev1972, 2006-05-15, 12:13
- Re: Directory separator and parent directory - wodSupport, 2006-05-15, 11:36
- Re: Directory separator and parent directory - wodDrazen, 2006-05-15, 11:32