You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Standalone Functions > SetFtpPassiveMode Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.SetFtpPassiveMode Method

Defines if the FTP transfer mode is Passive or not.

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 False.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.