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 <an...@magsys.co.uk>
 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 Drive
   
> 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 feature
to stop hackers getting at sensitive directories. 

But generally we don't support or test random directory use so there
may be other issues.  

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

   
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

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 feature
to stop hackers getting at sensitive directories. 

But generally we don't support or test random directory use so there
may be other issues.  

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be