[twsocket] Want FtpClient to be able to pull files from any Drive

2017-06-13 Thread Allan Fernandes
Hi, I want to allow the FtpClient to be able to pull files from any Drive of the FtpServer machine. Issue is that I cannot go beyond my HomeDirectory. I have made 'Allowed := True' in 'OnChangeDirectory' Event in FtpServer. RegardsAllan -- To unsubscribe or change your settings for TWSocket mail

Re: [twsocket] Want FtpClient to be able to pull files from any Drive

2017-06-13 Thread Angus Robertson - Magenta Systems Ltd
> I want to allow the FtpClient to be able to pull files from any > Drive of the FtpServer machine. Issue is that I cannot go beyond > my HomeDirectory. I have made 'Allowed := True' in > 'OnChangeDirectory' Event in FtpServer. You need to remove ftpsCdupHome from Options, it's a deliberate fea

Re: [twsocket] Want FtpClient to be able to pull files from any Drive

2017-06-13 Thread Allan Fernandes
Removing ftpsCdupHome took care of it. Thanks for the quick reply. Reduced much of my unnecessary work. From: Angus Robertson - Magenta Systems Ltd To: twsocket@lists.elists.org Sent: Tuesday, 13 June 2017 2:51 PM Subject: Re: [twsocket] Want FtpClient to be able to pull files from any