|
Home > Archive > BizTalk Server General > November 2004 > RNFR RNTO
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Woltore 2004-11-02, 7:46 am |
| Hello!
I'm trying to use RNFR and RNTO commands on FTP adapter.
I wrote "RNFR test.txt; RNTO test2.txt;" on send port field: "before put",
but I get error: "The command RNFR test.txt failed on the FTP server.
Is my syntax wrong?
Or is it something else I'm missing?
The file "test.txt" is on folder I defined in "folder"- field on send
port.
Any Ideas?
-Woltore
| |
|
| Hi,
I am experiencing the same problem.
This is my log file :
< 220 Microsoft FTP Service
> USER FTPUser
< 331 Password required for FTPUser.
> PASS xxxx
< 230 User FTPUser logged in.
> PWD
< 257 "/" is current directory.
> TYPE A
< 200 Type set to A.
> PASV
< 227 Entering Passive Mode (192,168,181,2,5,63).
> STOR test.tmp
< 125 Data connection already open; Transfer starting.
< 226 Transfer complete.
> RNFR test.tmp
< 350 File exists, ready for destination name
> QUIT
< 221
22:20:42 192.168.181.2 [55]USER FTPUser 331 0
22:20:42 192.168.181.2 [55]PASS - 230 0
22:20:42 192.168.181.2 [55]created /test.tmp 226 0
22:20:42 192.168.181.2 [55]RNFR test.tmp 350 0
22:20:42 192.168.181.2 [55]QUIT - 350 0
After the RNFR the Adapter seems to stop?
I also have full control on the folder.
Maybe this command is not supported?
Koen
"Woltore" wrote:
> Hello!
>
> I'm trying to use RNFR and RNTO commands on FTP adapter.
> I wrote "RNFR test.txt; RNTO test2.txt;" on send port field: "before put",
> but I get error: "The command RNFR test.txt failed on the FTP server.
>
> Is my syntax wrong?
> Or is it something else I'm missing?
> The file "test.txt" is on folder I defined in "folder"- field on send
> port.
>
> Any Ideas?
> -Woltore
>
>
|
|
|
|
|