You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Loading Documents (Image, PDF & Metafile) > SetFtpPassiveMode Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.SetFtpPassiveMode Method

Defines if the FTP transfer mode is Passive or not for the DisplayFromFTP() function. True by default.

C#
public SetFtpPassiveMode(
    Boolean PassiveMode
);
Visual Basic
Public Sub SetFtpPassiveMode(
    ByVal PassiveMode As Boolean
)
Parameters
Parameters 
Description 
PassiveMode 
True for passive FTP transfer mode, else Flase.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.