Search found 11 matches
- Thu Sep 25, 2008 1:27 pm
- Forum: Client - General
- Topic: RNFR/RNTO not working
- Replies: 5
- Views: 759
- Fri Sep 05, 2008 1:48 pm
- Forum: Client - Issues
- Topic: -FN parameter creates a directory/folder rather than a file
- Replies: 0
- Views: 803
-FN parameter creates a directory/folder rather than a file
When running coreftp via command line the -FN (rename) parameter is creating a folder with the name specified rather than a file. -site test -O -d /outbound/ETCTRN41215211I.* -p C:\Config\ -FN WFPD.pgp A directory is created C:\Config\WFPD.pgp If I do not rename the file it saves as a file: -site te...
- Wed May 07, 2008 2:57 pm
- Forum: Client - Issues
- Topic: RNFR/RNTO not working with subdirectories - build 1563
- Replies: 1
- Views: 435
RNFR/RNTO not working with subdirectories - build 1563
I have build 1563 and the RNFR and RNTO commands are not working when I have subdirectories on the ftp server.
The following works:
RNFR %1
RNTO /Processed/%1
The following does NOT work:
RNFR /NorthAmerica/HQ/%1
RNTO /NorthAmerica/HQ/Processed/%1
The following works:
RNFR %1
RNTO /Processed/%1
The following does NOT work:
RNFR /NorthAmerica/HQ/%1
RNTO /NorthAmerica/HQ/Processed/%1
- Wed May 07, 2008 2:50 pm
- Forum: Client - General
- Topic: RNFR/RNTO not working
- Replies: 5
- Views: 759
Not working with remote directory specified
I was able to get these commands to work on build 1563. However, now I am working with a file in /NorthAmerica/HQ/ that I want renamed to /NorthAmerica/HQ/Processed. The same command does not work when I specify the directory: RNFR /NorthAmerica/HQ/Sungard/%1 RNTO /NorthAmerica/HQ/Sungard/Processed/%1
- Thu Apr 24, 2008 8:01 pm
- Forum: Client - General
- Topic: RNFR/RNTO not working
- Replies: 5
- Views: 759
RNFR/RNTO not working
I am trying to rename a file on the ftp server after transferring it (download). In Post Transfer Commands I have RNFR %1 RNTO %1.bak I have also tried RNFR /%1 RNTO /%1.bak RNFR //%1 RNTO //%1.bak None of these works, I get an error 150 Opening ASCII mode data connection for 042408101818.mi00272a.p...
- Thu Mar 20, 2008 9:33 pm
- Forum: Client - Issues
- Topic: command line with invalid path or wildcard
- Replies: 11
- Views: 1493
- Thu Mar 20, 2008 9:08 pm
- Forum: Client - Issues
- Topic: command line with invalid path or wildcard
- Replies: 11
- Views: 1493
- Thu Mar 20, 2008 6:42 pm
- Forum: Client - Issues
- Topic: command line with invalid path or wildcard
- Replies: 11
- Views: 1493
- Thu Mar 20, 2008 6:34 pm
- Forum: Client - Issues
- Topic: command line with invalid path or wildcard
- Replies: 11
- Views: 1493
Neither one works. In fact, when I connect using any wildcards in the command line I don't see the directory change to the correct one (/outbound/ZZS1). The wildcards work fine if I use the command line containing the ip and login rather than using the site name, but I need to use the site name for ...
- Thu Mar 20, 2008 6:22 pm
- Forum: Client - Issues
- Topic: command line with invalid path or wildcard
- Replies: 11
- Views: 1493
- Thu Mar 20, 2008 2:45 pm
- Forum: Client - Issues
- Topic: command line with invalid path or wildcard
- Replies: 11
- Views: 1493
command line with invalid path or wildcard
I cannot download files when using the command line parameters with a site but it works if I use the command line that does not use a site. The following works: COREFTP.EXE -d ftp://user:pw@site/dir/FILE1.??? -tls -p c:\dir\ This does NOT work: COREFTP.EXE -site NEW -d dir/FILE1.??? -oa -p c:\dir\ -...