Re: I could not use it in window service by c# (General questions)
My step:
1.I login to the server;
2.I used the command ftpClient.ListDir( / ) ;
3.I used the command ftpClient.ListDir( /s ) enter a sub-folder in FTPServer named s ;
4.I used the command ftpClient.ListDir( /s/.. ) to back to the parent folder / , the RemotePath will become /s/.. but not the / ;
so every time I execute the code to change /s/.. to / , it is all.
I understand what you said, you let me use the ftpClient.ListDir( / ) instead of the ftpClient.ListDir( /s/.. ) to go to parent folder. thanks, I want to know have any way I can read the / but /s/.. when I used the command ftpClient.ListDir( /s/.. ) .
This Com component is good.
thanks,
shareach
Complete thread:
- I could not use it in window service by c# - yinpengxiang, 2009-08-19, 08:17
- Re: I could not use it in window service by c# - wodDamir, 2009-08-19, 09:11
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-19, 10:46
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 12:21
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 13:56
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 15:14
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 15:18
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 17:19
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 17:47
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-21, 02:17
- Re: I could not use it in window service by c# - wodDamir, 2009-08-21, 09:06
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-21, 02:17
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 17:47
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 17:19
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 15:18
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 15:14
- Re: I could not use it in window service by c# - wodDamir, 2009-08-20, 13:56
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-20, 12:21
- Re: I could not use it in window service by c# - yinpengxiang, 2009-08-19, 10:46
- Re: I could not use it in window service by c# - wodDamir, 2009-08-19, 09:11