Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

FTP Site to FTP Task

$
0
0

I need to download files from FTP site using FTP Task.

When I am using FTP Task of SSIS. I set the following

1. FTPConnection (did successful by credentials)
2. In File Transfer option, i need to provide the Remote Path Parameter. Here i am not getting(not seeing) the required files to download

But when i use through cmd prompt. it allows to me see the files in that location.

How should i mentioned in the Remote Path parameter to see the files.

CMD prompt command

C:\Users\SADMIN>cd..

C:\Users>cd..

C:\>cd AMS_FTP

C:\AMS_FTP>ftp -s:C:\AMS_FTP\Mlogget1.txt "facs.state.mi.us"

Connected to bldsomp.state.mi.us.

220-FTPD1 IBM FTP CS V1R12 at BLDSOMP.state.mi.us, 13:25:43 on 2012-10-24.

220-************************************************************************

220-** WARNING:  UNAUTHORIZED ACCESS TO THIS SYSTEM IS STRICTLY PROHIBITED**

220-**          AND SUBJECT TO PROSECUTION.  WHILE USING THIS SYSTEM, YOUR**

220-**          USE MAY BE MONITORED, RECORDED AND SUBJECT TO EXAMINATION.**

220-************************************************************************

220-

220 Connection will close if idle for more than 5 minutes.

User (bldsomp.state.mi.us:(none)):

331 Send password please.

230 #085AE1 is logged on.  Working directory is "#085AE1.".

ftp> get 'pmain.rs.out.x085.ae'

200 Port request OK.

125 Sending data set PMAIN.RS.OUT.X085.AE FIXrecfm 1000

250 Transfer completed successfully.

ftp: 280476 bytes received in 0.36Seconds 781.27Kbytes/sec.

ftp> bye

221 Quit command


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>