Go Back   FlashFXP Forums > >

Project: FlashFXP Bug Reports Ticket Tools
ID: 674 Category: FlashFXP Bug
Title: Does not ask for overwrite Status: Closed (Fixed / Implemented)
Severity: Major Version: 4.1 stable

Junior Member
lspcity
03-11-2012, 07:46 AM
Does not ask for overwrite

1. All files you want to upload still exist on the server
2. Drag'n'Drop a file into the queue window
3. Go into a subfolder (synchronized browsing is activated)
4. Drag'n'Drop a file from the local browser into the server browser
5. Uploading starts
6. The first file from step 2 is uploaded without asking for overwrite.
7. The second one is asked for overwriting.

Code:
Operating System: Windows 7 Tablet PC x64 Service Pack 1

FlashFXP version: 4.2.0 (build 1730)

Installation type: All User - Common data folder

Program folder  [Access: Read only]
C:\Program Files (x86)\FlashFXP 4\

Data folder  [Access: Read / Write]
C:\ProgramData\FlashFXP\4\

Temp folder  [Access: Read / Write]
C:\Users\***\AppData\Local\Temp\
PS: It would be very nice if the Help > About > Details dialog would support Ctrl+A (or a button to copy it to clipboard)
FlashFXP Developer
bigstar
03-11-2012, 11:38 AM
Re: Does not ask for overwrite

Are you connected to a FTP server or SFTP over SSH?

Is the file size 0 bytes?

Can you please include your file transfer rules.
Junior Member
lspcity
03-11-2012, 12:32 PM
Re: Does not ask for overwrite

Tried it with:
- FTP using Explicit SSL (Auth TLS) (this is my standard)
- FTP

Reproducable with activated Sync-Browsing and without.
Filesize is 2-4 kB.

Try to use the same name for the file in the root folder and the sub folder:
./main.php
./sub/main.php


My file transfer rules are the global settings:
FlashFXP Developer
bigstar
03-11-2012, 03:07 PM
Re: Does not ask for overwrite

It looks like at some point your rules might of been imported from a older version of FlashFXP, is this correct?

Please confirm that you do not have any per-site file transfer rules for the server defined.

I would recommend redoing your rules to eliminate any possibility of the rules being messed up by the import.

The rules could even be simplified down to just 3.

1. If Transfer Download then action Overwrite
2. If Transfer Upload then action Ask
3. If Transfer Site to Site then action Ask

Please try that and see if it makes any difference, if not please include a copy of the session status log.
Junior Member
lspcity
03-11-2012, 04:09 PM
Re: Does not ask for overwrite

Okay,

now I deleted the complete rules.
I tried it with no rules and with your 3 rules. Both as global settings and for my site-profile global-settings is activated.

I can only reproduce this bug if I transfer the files two times.
1. Add main.php to the queue
2. Go to sub directory
3. Drag'n'drop main.php to the server-browser
4. You will be asked for overwrite two times
5. Do steps 1, 2 and 3 again
6. You will be asked for overwrite only the second time

As I can see in my session status log I'm using FlashFXP 4.2.0 (build 1730) and not version 4.1 stable

Session status log
Code:
FlashFXP 4.2.0 (build 1730)
Support Forums http://forum.flashfxp.com
[22:06:03] Winsock 2.2 -- OpenSSL 1.0.0g 18 Jan 2012
[22:06:04] [R] Connecting to [PROFILE-NAME] - [USERNAME] -> DNS=[DOMAIN] IP=[IP] PORT=21
[22:06:04] [R] Connected to [PROFILE-NAME] - [USERNAME]
[22:06:04] [R] 220 FTP on [DOMAIN] ready
[22:06:04] [R] AUTH TLS
[22:06:04] [R] 234 AUTH TLS successful
[22:06:04] [R] Connected. Negotiating TLSv1 session
[22:06:04] [R] TLSv1 negotiation successful...
[22:06:04] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:04] [R] PBSZ 0
[22:06:04] [R] 200 PBSZ 0 successful
[22:06:04] [R] USER [USERNAME]
[22:06:04] [R] 331 Password required for [USERNAME]
[22:06:04] [R] PASS (hidden)
[22:06:04] [R] 230 User [USERNAME] logged in
[22:06:04] [R] SYST
[22:06:04] [R] 215 UNIX Type: L8
[22:06:04] [R] FEAT
[22:06:05] [R] 211-Features:
[22:06:05] [R]  MDTM
[22:06:05] [R]  MFMT
[22:06:05] [R]  TVFS
[22:06:05] [R]  AUTH TLS
[22:06:05] [R]  MFF modify;UNIX.group;UNIX.mode;
[22:06:05] [R]  MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
[22:06:05] [R]  PBSZ
[22:06:05] [R]  PROT
[22:06:05] [R]  REST STREAM
[22:06:05] [R]  SIZE
[22:06:05] [R] 211 End
[22:06:05] [R] PWD
[22:06:05] [R] 257 "/" is the current directory
[22:06:05] [R] CWD /
[22:06:05] [R] 250 CWD command successful
[22:06:05] [R] PWD
[22:06:05] [R] 257 "/" is the current directory
[22:06:05] [R] PROT P
[22:06:05] [R] 200 Protection set to Private
[22:06:05] [R] PASV
[22:06:05] [R] 227 Entering Passive Mode ([IP],195,98).
[22:06:05] [R] Opening data connection IP: [IP] PORT: 50018
[22:06:05] [R] MLSD
[22:06:05] [R] Connected. Negotiating TLSv1 session
[22:06:05] [R] TLSv1 negotiation successful...
[22:06:05] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:05] [R] 150 Opening ASCII mode data connection for MLSD
[22:06:05] [R] 226 Transfer complete
[22:06:05] [R] List Complete: 1 KB in 0,36 second (1,2 KB/s)
[22:06:07] [R] CWD projects
[22:06:07] [R] 250 CWD command successful
[22:06:07] [R] PWD
[22:06:07] [R] 257 "/projects" is the current directory
[22:06:07] [R] PASV
[22:06:07] [R] 227 Entering Passive Mode ([IP],195,100).
[22:06:07] [R] Opening data connection IP: [IP] PORT: 50020
[22:06:07] [R] MLSD
[22:06:07] [R] Connected. Negotiating TLSv1 session
[22:06:07] [R] TLSv1 negotiation successful...
[22:06:07] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:07] [R] 150 Opening ASCII mode data connection for MLSD
[22:06:07] [R] 226 Transfer complete
[22:06:07] [R] List Complete: 1 KB in 0,31 second (1,4 KB/s)
[22:06:09] [R] CWD [FOLDER]
[22:06:09] [R] 250 CWD command successful
[22:06:09] [R] PWD
[22:06:10] [R] 257 "/projects/[FOLDER]" is the current directory
[22:06:10] [R] PASV
[22:06:10] [R] 227 Entering Passive Mode ([IP],195,105).
[22:06:10] [R] Opening data connection IP: [IP] PORT: 50025
[22:06:10] [R] MLSD
[22:06:10] [R] Connected. Negotiating TLSv1 session
[22:06:10] [R] TLSv1 negotiation successful...
[22:06:10] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:10] [R] 150 Opening ASCII mode data connection for MLSD
[22:06:10] [R] 226 Transfer complete
[22:06:10] [R] List Complete: 2 KB in 0,28 second (2,5 KB/s)
[22:06:20] [R] CWD /projects/[FOLDER]/views
[22:06:20] [R] 250 CWD command successful
[22:06:20] [R] PWD
[22:06:20] [R] 257 "/projects/[FOLDER]/views" is the current directory
[22:06:20] [R] PASV
[22:06:20] [R] 227 Entering Passive Mode ([IP],195,84).
[22:06:20] [R] Opening data connection IP: [IP] PORT: 50004
[22:06:21] [R] MLSD
[22:06:21] [R] Connected. Negotiating TLSv1 session
[22:06:21] [R] TLSv1 negotiation successful...
[22:06:21] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:21] [R] 150 Opening ASCII mode data connection for MLSD
[22:06:21] [R] 226 Transfer complete
[22:06:21] [R] List Complete: 870 bytes in 0,26 second (0,8 KB/s)
[22:06:23] [R] CWD /projects/[FOLDER]
[22:06:23] [R] 250 CWD command successful
[22:06:23] [R] PWD
[22:06:23] [R] 257 "/projects/[FOLDER]" is the current directory
[22:06:25] [R] TYPE A
[22:06:25] [R] 200 Type set to A
[22:06:25] [R] PASV
[22:06:25] [R] 227 Entering Passive Mode ([IP],195,83).
[22:06:25] [R] Opening data connection IP: [IP] PORT: 50003
[22:06:25] [R] STOR main.php
[22:06:25] [R] Connected. Negotiating TLSv1 session
[22:06:25] [R] TLSv1 negotiation successful...
[22:06:25] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:25] [R] 150 Opening ASCII mode data connection for main.php
[22:06:25] [R] 226 Transfer complete
[22:06:25] [R] MFMT 20120310130605 main.php
[22:06:25] [R] 213 Modify=20120310130605; main.php
[22:06:25] Transferred: main.php 2 KB in 0,07 second (2,4 KB/s)
[22:06:25] [R] CWD /projects/[FOLDER]/views
[22:06:25] [R] 250 CWD command successful
[22:06:25] [R] PWD
[22:06:25] [R] 257 "/projects/[FOLDER]/views" is the current directory
[22:06:25] [R] PASV
[22:06:25] [R] 227 Entering Passive Mode ([IP],195,109).
[22:06:25] [R] Opening data connection IP: [IP] PORT: 50029
[22:06:25] [R] STOR main.php
[22:06:25] [R] Connected. Negotiating TLSv1 session
[22:06:25] [R] TLSv1 negotiation successful...
[22:06:25] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:25] [R] 150 Opening ASCII mode data connection for main.php
[22:06:25] [R] 226 Transfer complete
[22:06:25] [R] MFMT 20120311123731 main.php
[22:06:25] [R] 213 Modify=20120311123731; main.php
[22:06:25] Transferred: main.php 8 KB in 0,17 second (8,9 KB/s)
[22:06:25] [R] PASV
[22:06:25] [R] 227 Entering Passive Mode ([IP],195,107).
[22:06:25] [R] Opening data connection IP: [IP] PORT: 50027
[22:06:25] [R] MLSD
[22:06:25] [R] Connected. Negotiating TLSv1 session
[22:06:25] [R] TLSv1 negotiation successful...
[22:06:25] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:25] [R] 150 Opening ASCII mode data connection for MLSD
[22:06:26] [R] 226 Transfer complete
[22:06:26] [R] List Complete: 870 bytes in 0,26 second (0,8 KB/s)
[22:06:26] Transfer queue completed
[22:06:26] Transferred 2 Files (11 KB) in 3 seconds (4,0 KB/s)
[22:06:26] [R] CWD /projects/[FOLDER]
[22:06:26] [R] 250 CWD command successful
[22:06:27] [R] PWD
[22:06:27] [R] 257 "/projects/[FOLDER]" is the current directory
[22:06:27] [R] PASV
[22:06:27] [R] 227 Entering Passive Mode ([IP],195,89).
[22:06:27] [R] Opening data connection IP: [IP] PORT: 50009
[22:06:27] [R] MLSD
[22:06:27] [R] Connected. Negotiating TLSv1 session
[22:06:27] [R] TLSv1 negotiation successful...
[22:06:27] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:27] [R] 150 Opening ASCII mode data connection for MLSD
[22:06:27] [R] 226 Transfer complete
[22:06:27] [R] List Complete: 2 KB in 0,27 second (2,5 KB/s)
[22:06:33] [R] PASV
[22:06:33] [R] 227 Entering Passive Mode ([IP],195,107).
[22:06:33] [R] Opening data connection IP: [IP] PORT: 50027
[22:06:33] [R] STOR main.php
[22:06:33] [R] Connected. Negotiating TLSv1 session
[22:06:33] [R] TLSv1 negotiation successful...
[22:06:33] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:33] [R] 150 Opening ASCII mode data connection for main.php
[22:06:33] [R] 226 Transfer complete
[22:06:33] [R] MFMT 20120310130605 main.php
[22:06:34] [R] 213 Modify=20120310130605; main.php
[22:06:34] Transferred: main.php 2 KB in 0,07 second (2,4 KB/s)
[22:06:34] [R] CWD /projects/[FOLDER]/views
[22:06:34] [R] 250 CWD command successful
[22:06:34] [R] PWD
[22:06:34] [R] 257 "/projects/[FOLDER]/views" is the current directory
[22:06:35] [R] PASV
[22:06:35] [R] 227 Entering Passive Mode ([IP],195,108).
[22:06:35] [R] Opening data connection IP: [IP] PORT: 50028
[22:06:35] [R] STOR main.php
[22:06:35] [R] Connected. Negotiating TLSv1 session
[22:06:35] [R] TLSv1 negotiation successful...
[22:06:35] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:35] [R] 150 Opening ASCII mode data connection for main.php
[22:06:35] [R] 226 Transfer complete
[22:06:35] [R] MFMT 20120311123731 main.php
[22:06:35] [R] 213 Modify=20120311123731; main.php
[22:06:35] Transferred: main.php 8 KB in 0,18 second (8,9 KB/s)
[22:06:35] [R] PASV
[22:06:35] [R] 227 Entering Passive Mode ([IP],195,108).
[22:06:35] [R] Opening data connection IP: [IP] PORT: 50028
[22:06:35] [R] MLSD
[22:06:35] [R] Connected. Negotiating TLSv1 session
[22:06:36] [R] TLSv1 negotiation successful...
[22:06:36] [R] TLSv1 encrypted session using cipher DHE-RSA-AES256-SHA (256 bits)
[22:06:36] [R] 150 Opening ASCII mode data connection for MLSD
[22:06:36] [R] 226 Transfer complete
[22:06:36] [R] List Complete: 870 bytes in 0,28 second (0,8 KB/s)
[22:06:36] Transfer queue completed
[22:06:36] Transferred 2 Files (11 KB) in 2 seconds (4,7 KB/s)
FlashFXP Developer
bigstar
03-11-2012, 05:53 PM
Re: Does not ask for overwrite

Thank you.

I have sent you a private message with a link to a dev build for testing.
FlashFXP Developer
bigstar
03-15-2012, 07:55 AM
Re: Does not ask for overwrite

This issue should now be resolved in 4.2 build 1734.

The update is available via live update as a beta release.
Ticket Tools
Subscribe to this Ticket


Posting Rules
You may not post new tickets

Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 03:55 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)