FTP Connection

gravatar

cell

Creates an FTP connection to an FTP server at theFtpServer.com. Note the password is in plaintext.

published 09.07.12

last updated 09.09.12


Share

                            


<Biml xmlns="http://schemas.varigence.com/biml.xsd">
    <Connections>
        <FtpConnection Name="MyFtpConnection" Password="p@ssw0rd" UserName="myUserName" ServerName="theFtpServer.com" />
	</Connections>
</Biml>
                        
You are not authorized to comment. A verification email has been sent to your email address. Please verify your account.

Comments

gravatar

Sean

8:16am 06.03.15

What about using FTPConnection with expressions?