Error 553 Prohibited file name

Post your bug reports here
Post Reply
ian clarke
Posts: 7
Joined: Wed Oct 03, 2007 3:19 pm

Error 553 Prohibited file name

Post by ian clarke »

I am trying to sync files on my local drive to a FTP site. All works except for the date mismatch problem. If I turn on "Create list files" to overcome the date problem, I get an error and it appears that when Synch tries to write the $7list7$.txt file, it forgets to use the file name!!

Here is a log of the session with the error on the last line.

Am I doing something wrong? Can I change the filename somewhere?


<< 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
<< 220-You are user number 17 of 50 allowed.
<< 220-Local time is now 08:08. Server port: 21.
<< 220-This is a private system - No anonymous login
<< 220 You will be disconnected after 3 minutes of inactivity.
>> USER furcon
<< 331 User furcon OK. Password required
>> PASS *****
<< 230-User furcon has group access to: 600
<< 230 OK. Current directory is /
>> PWD
<< 257 "/" is your current location
>> CWD /browser/temp/
<< 250 OK. Current directory is /browser/temp
>> PWD
<< 257 "/browser/temp" is your current location
>> PORT 192,168,0,84,6,28
<< 200 PORT command successful
>> LIST /browser/temp/$7list7$.txt
<< 150 Connecting to port 5097
<< 226-Options: -a -l
<< 226 0 matches total
>> CWD /browser/temp/
<< 250 OK. Current directory is /browser/temp
>> PORT 192,168,0,84,6,30
<< 200 PORT command successful
>> LIST
<< 150 Connecting to port 5098
<< drwxr-xr-x 2 748 600 4096 Oct 3 07:59 .
<< drwxr-xr-x 10 748 600 4096 Oct 3 06:51 ..
<< -rw-r--r-- 1 748 600 16384 Oct 3 07:40 E29A05.E
<< -rw-r--r-- 1 748 600 16384 Oct 3 07:23 E29A05.O
<< -rw-r--r-- 1 748 600 0 Oct 3 07:42 New Text Document.txt
<< 226-Options: -a -l
<< 226 5 matches total
>> TYPE I
<< 200 TYPE is now 8-bit binary
>> PORT 192,168,0,84,6,32
<< 200 PORT command successful
>> STOR /browser/temp/New Text Document.txt
<< 150 Connecting to port 5099
<< 226 File successfully transferred
>> PORT 192,168,0,84,6,34
<< 200 PORT command successful
>> STOR /browser/temp/
<< 553 Prohibited file name: /browser/temp/

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post by grigsoft »

Thank you, I will check what could be a problem. Doesn't "Change local file time" mode help you?

ian clarke
Posts: 7
Joined: Wed Oct 03, 2007 3:19 pm

Post by ian clarke »

If I use change local file time, that does get around the problem but I really want to keep the original time/date stamps on the local files as this is very useful.

ian clarke
Posts: 7
Joined: Wed Oct 03, 2007 3:19 pm

Post by ian clarke »

Is there somewhere that the file name "$7list7$.txt" is defined e.g. should it be an entry in the wndsync.ini file?

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post by grigsoft »

No, it's hardcoded

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post by grigsoft »

Here is an update to fix problem with list file - http://grigsoft.com/blog/?p=68

Post Reply