2. Create a new project and package in this folder and add an FTP Task to the Control Flow
work surface.
3. Double-click the FTP Task to open the editor, and set it up.
4. In the General tab, select for the FTPConnection dropdown. This will
open the FTP Connection Editor. Set the Server Name option to ftp.microsoft.com and
click Test Connection (refer to Figure 3-10).
5. Click OK to go back to the FTP Task Editor.
6. Go to the File Transfer tab and set it up to resemble Figure 3-12. Select Receive files for the
operation.
7. For the RemotePath property, click the ellipsis to browse to the /bussys/readme.txt folder
on the remote path.
8. For the Local Path option, set the IsLocalPathVariable property to true and select
to create a new variable named LocalPath that is set to the value of
c:ProssisTasksftptask.
9. For the OverwriteFileAtDest property, select True. The final task should look like
Figure 3-12.