FTP files move to archive
hi experts,
i had used suggestions earlier , worked ftp task component...and things have worked me....
but requirement time bit different...so thought of taking inputs again.
is anyway possible move files within ftp server after receiving , loading them sql db ?
i want move archive folder rather deleting files system.
thanks bunch ! sweta
i had used suggestions earlier , worked ftp task component...and things have worked me....
but requirement time bit different...so thought of taking inputs again.
is anyway possible move files within ftp server after receiving , loading them sql db ?
i want move archive folder rather deleting files system.
thanks bunch ! sweta
execute command prompt
ftps.exe -s:upload.ftp >> log file
the uplaod.ftp
open website
username
password
passive
rename "filename1" "filename2"
quit
note if ftp site supports (allows you) execute rename
sorry can't see move directory command
ftps.exe -s:upload.ftp >> log file
the uplaod.ftp
open website
username
password
passive
rename "filename1" "filename2"
quit
note if ftp site supports (allows you) execute rename
sorry can't see move directory command
SQL Server > SQL Server Integration Services
Comments
Post a Comment