question

rahulmehta08 avatar image
rahulmehta08 asked

FTP task SSIS for moving files from linux ftp to windows share?

Can we use FTP task for sending files from linux ftp to windows share?If so can anyone help me with the syntax as i will be using the operation as receive files.
ssisftp
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Shawn_Melton avatar image Shawn_Melton commented ·
Syntax? It is a connection manager you configure in SSIS.
0 Likes 0 ·
rahulmehta08 avatar image rahulmehta08 commented ·
My bad @shawn_Melon ...Thanks Shawn...it's connection not syntax...can we receive file from linux ftp to windows share?
0 Likes 0 ·

1 Answer

·
Shawn_Melton avatar image
Shawn_Melton answered
You would need to create the following in your package and it should get you going: 1. [FTP connection manager][1] 2. [FTP Task][2] (to pull the file down, "recieve files") In your FTP task to receive the file you should be able to place the network path you want to pull the file down to save. [1]: https://msdn.microsoft.com/en-us/library/ms141015.aspx [2]: https://msdn.microsoft.com/en-us/library/ms137656.aspx
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

rahulmehta08 avatar image rahulmehta08 commented ·
Sorry this post is little old..I am stuck where in I need to know a difference between local path and remote path...Is local path the windows path and remote path as the linux one?
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.