550 SIZE: Operation No Permitted

Okay, see now when I connect to my server, I can upload the first file and overwrite something good, but then everytime after that I tried to upload and overwrite a file because I do heavy osCommerce modifying and phpBB modifying, it'll say 550 SIZE: Operation not permitted, so then I'll have to make a new connection to overwrite a file and do it all over again it will.

I know it has to be SmartFTP because I used WS_FTP and it worked fine overwriting (WS_FTP is too complicating for me though) so can somebody please fix dis.

You can ignore this error as it's not a real error. The transfer should be fine. The size command is used to check whether the file already exists on the server or not.
-Mat

Alright, but it doesn't give me an "Overwrite" file, it doesn't ask if its okay to Overwrite, can I still do it and its fine?

Alright, for real, I really liked SmartFTP, but now I am getting so many errors that it is degrading my feel for it. Let's say like this, read this:

226-Options: -a -l
226 30 matches total
MKD /admin/includes/functions
550 Can't create directory: File exists
CWD /admin/includes/functions
250 OK. Current directory is /admin/includes/functions
PWD
257 "/admin/includes/functions" is your current location
PASV
227 Entering Passive Mode (209,59,186,2,150,193)
Opening data connection to 209.59.186.2 Port: 38593
MLSD
150 Accepted data connection
803 bytes transferred. (4.19 KB/s) (187 ms)
226-Options: -a -l
226 18 matches total
SIZE general.php
213 80879
MDTM general.php
213 20050710071310
PASV
227 Entering Passive Mode (209,59,186,2,156,49)
Opening data connection to 209.59.186.2 Port: 39985
STOR general.php
150 Accepted data connection
51195 bytes transferred. (15.6 KB/s) (00:00:03)
226-File successfully transferred
226 3.161 seconds (measured here), 15.81 Kbytes per second
SIZE refund_functions.php
213 5460
MDTM refund_functions.php
213 20050710071319
CWD /admin/includes
250 OK. Current directory is /admin/includes
PWD
257 "/admin/includes" is your current location
PASV
227 Entering Passive Mode (209,59,186,2,247,177)
Opening data connection to 209.59.186.2 Port: 63409
MLSD
150 Accepted data connection
721 bytes transferred. (3.76 KB/s) (187 ms)
226-Options: -a -l
226 30 matches total
PASV
227 Entering Passive Mode (209,59,186,2,143,56)
Opening data connection to 209.59.186.2 Port: 36664
MLSD
150 Accepted data connection
798 bytes transferred. (4.53 KB/s) (172 ms)
226-Options: -a -l
226 30 matches total
NOOP
200 Zzz...

Now what really makes me mad is that it never shows all of the folders inside of a folder like its supposed to which is degrading. How am I supposed to tell what folders are inside and such?

And I just realized something, it shows all of the folders when NOT in PASV mode, whats going on?