Rename File in FTP from Biztalk
hi,
i have ftp folder receivelocation. rename some files in folder biztalk. possible ?.
it possible file recive location. using 'file.receivedfilename', filepath , rename file using system.io.file.move(source,target)
but how acheive in ftp ?
thanks in advance
joe
i have ftp folder receivelocation. rename some files in folder biztalk. possible ?.
it possible file recive location. using 'file.receivedfilename', filepath , rename file using system.io.file.move(source,target)
but how acheive in ftp ?
thanks in advance
joe
hi,
you have 3 options:
- build own library using standard .net classes in namespaces sytem.net system.net.sockets. (adv: under own control, disadv: time consuming)
- use free ftp library (disadv: no support, adv: not time consuming implement). there numberous free library projects. bing (http://www.bing.com/search?q=free+.net+ftp+library&form=qbre&filt=all)
- use commercial ftp library http://xceed.com/ftp_net_intro.html (adv: full support, disadv: price)
hth, randal van splunteren - http://biztalkmessages.vansplunteren.net - please mark answered if answers question.
you have 3 options:
- build own library using standard .net classes in namespaces sytem.net system.net.sockets. (adv: under own control, disadv: time consuming)
- use free ftp library (disadv: no support, adv: not time consuming implement). there numberous free library projects. bing (http://www.bing.com/search?q=free+.net+ftp+library&form=qbre&filt=all)
- use commercial ftp library http://xceed.com/ftp_net_intro.html (adv: full support, disadv: price)
hth, randal van splunteren - http://biztalkmessages.vansplunteren.net - please mark answered if answers question.
BizTalk Server > BizTalk Server General
Comments
Post a Comment