Discussion:
RNFR RNTO
(too old to reply)
Woltore
2004-11-02 09:45:36 UTC
Permalink
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
Koen
2004-11-30 22:55:05 UTC
Permalink
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
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
Loading...