|
Hi, Is it possible for Rebex to extend Ftp.ChangeDirectory() to automatically handle (split if necessary) the directory path so that it always works, on all servers even the ones that don't handle '\' or '/'? Adding a special method for this is also ok. You're advice on doing this in client code causes a lot of duplication of effort and there is no safe way to change to the ftp root directory (that I know of). Regards, Jan. |
|
It might possible to do this, but some problems would remain:
Any comments are appreciated.
I would like Rebex to handle all these details for me, like the '/' vs '', in a single place (i.e. the library). Instead of me having to think about it over and over again...
(01 Oct '10, 11:10)
Jan
|