Biztalk 2004 ftp adapter
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Applications Integration > Biztalk 2004 ftp adapter




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Biztalk 2004 ftp adapter  
ramani viswanathan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-22-04 10:56 PM

Hi

I am using FTP send adapter to PUT files in ftp server. Afer PUT, I want to 
remove those files from my local system folder. What command I should put in
 AFTER PUT in the FTP adapter?

Thanks
Ramani





[ Post a follow-up to this message ]



    Re: Biztalk 2004 ftp adapter  
Michael Høtoft


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-23-04 12:49 PM

Hi Ramani

try one of these... (delete ;-) )

Common FTP Commands

?  to request help or information about the FTP commands
ascii  to set the mode of file transfer to ASCII
(this is the default and transmits seven bits per character)
binary  to set the mode of file transfer to binary
(the binary mode transmits all eight bits per byte and thus provides
less chance of a transmission error and must be used to transmit files other
than ASCII files)
bye  to exit the FTP environment (same as quit)
cd  to change directory on the remote machine
close  to terminate a connection with another computer
close brubeck  closes the current FTP connection with brubeck,
but still leaves you within the FTP environment.
delete  to delete (remove) a file in the current remote directory
(same as rm in UNIX)
get  to copy one file from the remote machine to the local machine
get ABC DEF  copies file ABC in the current remote directory to (or
on top of) a file named DEF in your current local directory.
get ABC  copies file ABC in the current remote directory to (or on
top of) a file with the same name, ABC, in your current local directory.
help  to request a list of all available FTP commands
lcd  to change directory on your local machine (same as UNIX cd)
ls  to list the names of the files in the current remote directory
mkdir  to make a new directory within the current remote directory
mget  to copy multiple files from the remote machine to the local
machine;
you are prompted for a y/n answer before transferring each file
mget *  copies all the files in the current remote directory to
your current local directory, using the same filenames. Notice the use of
the wild card character, *.
mput  to copy multiple files from the local machine to the remote
machine;
you are prompted for a y/n answer before transferring each file
open  to open a connection with another computer
open brubeck  opens a new FTP connection with brubeck;
you must enter a username and password for a brubeck account
(unless it is to be an anonymous connection).
put  to copy one file from the local machine to the remote machine
pwd  to find out the pathname of the current directory on the remote
machine
quit  to exit the FTP environment (same as bye)
rmdir  to to remove (delete) a directory in the current remote
directory


Regards Michael Høtoft



"ramani viswanathan" <ramaniviswanathan@discussions.microsoft.com> wrote in
message news:E585E545-E776-4245-9EA5-E2B5E5D5514C@microsoft.com...
> Hi
>
> I am using FTP send adapter to PUT files in ftp server. Afer PUT, I want
to remove those files from my local system folder. What command I should put
in AFTER PUT in the FTP adapter?
>
> Thanks
> Ramani







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:15 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register