Custom Query (2166 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1001 - 1100 of 2166)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Summary Status Owner Type Priority Component
#9373 Remote subdirectory content not refreshed new Bug report normal FileZilla Client
Description

I have found that the file lists in remote subdirectories are not refreshed when I tried to refresh the directory contents (by clicking the button on the toolbar or pressing F5). Only the remote root directory file list is refreshed. I consider this a critical problem because it confuses people when they try to download the entire directory structure from remote servers. They would think the download was successfully but in fact some files were not downloaded as expected.

Environment: client = Windows XP SP3 running Filezilla client 3.7.4.1 server = Windows XP SP3, running Filezilla server 0.9.43 beta

How to repeat:

  1. In the ftp server, create some files in the root directory, and create some subdirectories and add some files in those subdirectories
  2. In the client, connect to the server and refresh the file list.
  3. In the server, add/delete/rename some files in the root directory and in the subdirectories
  4. In the client, press F5 to refresh the file list

Observed result: The file list in the root directory correctly matches that of the ftp server. The file lists in the subdirectories do not match those of the server.

Expected result: The file lists in the root directory and the subdirectories should match the those in the ftp server after refreshing by pressing F5

#9390 Client confused trying to rename local file new Bug report normal FileZilla Client
Description

Windows 8.1 Pro 64-bit AMD Phenom 9750 quad core processor 2.8GHz

The client is not at this time connected to a server, but it had been. The right window still shows the contents of the remote server's directory; the left window shows the contents of the current local directory. I have not refreshed either.

The local directory contains a single file, and I have verified its name using Windows Explorer. The file name is 201404_bulletin.pdf.

When I try to rename the local file from 201404_bulletin.pdf to latest-bulletin.pdf, Filezilla client pops up a Windows dialog box that says

There is not enough memory to complete this operation. 2014_03_28 Date created 3/28/2014 7:24 PM

The box does not offer any more details.

There is no file with the name 2014_03_28. That is, in fact, the name of the containing directory. I am positive that I am selecting the file, not the directory.

Client information:

FileZilla Client


Version: 3.8.0

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2014-03-28 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.12 GnuTLS: 3.2.12 SQLite: 3.7.16.2

Operating system:

Name: Windows NT 6.3 (build 9600) Version: 6.3 Platform: 64 bit system

#9395 searching long directory listings new Feature request normal FileZilla Client
Description

It would be cool if there were a search box, where you could enter the first few characters of a file name, and FileZilla would scroll the directory listing to the point where those characters would be if they were in the sorted listing.

For synchronized viewing, that should happen to both directory listings; I would suggest doing it for non-synchronized viewing also, although that point is somewhat debatable. But while the directory _structures_ may not be the same, the content may well be similar, in some circumstances. An alternative for non-synchronized viewing might be to have one search box but two buttons, to search local, or search remote.

#9401 Get file icons on linux new Patch normal FileZilla Client
Description

wxFileType::GetIcon() is not implemented in wxGtk. This patch replaces calls to wxTheMimeTypesManager and wxFileType::GetIcon() with calls to gnome.

Other platforms are not affected.

In addition, wxStat is used to properly detect 'local' wxLstat.

#9405 Change permission doesn't work on symlink new Bug report normal FileZilla Client
Description

Hi, i'm using filezilla to transfer files from windows 7 to ubuntu 12.. since filezilla doesn't support auto-change permission during transfer (it's requested several times in the forums) I have to manually change the permission to 755 everytime i'm done transferring files.. Problem is i have several hdd's in my ubuntu server.. And the destination folder has several symlinks connected to different HDD's... e.g :

A

  • B
  • C
  • D (symlink to other HDD)

When i change properties of A recursively to 755, only B and C follow it. D remains unchanged..

I hope this can be changed.. It's rather troublesome to change all permissions when you have multiple HDD Or please implement auto change permission after transfer.. (I was going to request this but the forum rejects yahoo and gmail, so i couldn't register) Thanks

#9411 Mousewheel scroll should scroll window when hovering over it new Feature request normal FileZilla Client
Description

When I hover with the mouse over the folder structure or file overview in either local or remote site window and I scroll the mousewheel, it would be great if it the area over which I hover would scroll. So WITHOUT me first having to click an item in the window or the scrollbar of that window in which I'd like to scroll. This would save me a lot of clicks! :)

And keep up the good work of this awesome program!

#9418 Edited file uploaded to previously edited file's directory new Bug report normal FileZilla Client
Description

Let's assume the following common situation, two folders having two different files' content but having the same filename: ./folder1/.htaccess ./folder2/.htaccess

Steps to reproduce the bug:

  1. Retrieve ./folder1/.htaccess with FileZilla
  2. Edit the file
  3. Retrieve ./folder2/.htaccess and erase previous file
  4. Edit the file and confirm uploading back the file to the server

Result: the last file edited (from ./folder2/.htaccess) will unfortunately erase ./folder1/.htaccess and not the right one.

Ticket #3772 is the closest ticket found in the tracker, even if it cannot be considered the same thing. Bug discovered in FileZilla 3.8.0.

#9440 Do not refresh local tree if renaming new Bug report normal FileZilla Client
Description

When I am downloading something and I try to rename local directory I am loosing focus becouse tree is always refreshing. When renaming, local tree refreshing should be paused.

Hope you understand me.

#9450 intermittent timeouts using active mode in Version 3.8.0 new Bug report normal FileZilla Client
Description

When we browse through different folder structures on different servers with FileZilla 3.8.0 using the active mode, we get intermittent timeouts after the LIST or MLSD command.

This is an example output from FileZilla, when the error occurs Befehl: LIST Antwort: 150 Opening BINARY mode data connection for file list Fehler: Zeitüberschreitung der Verbindung Fehler: Verzeichnisinhalt konnte nicht empfangen werden

We can reproduce this behaviour with different Windows workstations using FileZilla V.3.8.0 . One workstation did not get such errors using FileZilla V.3.7.4.1. After an update to the latest version, this pc also get these errors.

We also examined, that neither our firewall nor our FTP servers are responsible for this behaviour. A traffic capture shows, that the server answers the request and the workstation receives this answer. Then the connection is closed with FIN, ACK from from the server and ACK from the workstation. We can provide such a dump, if it is necessary.

#9457 Make Dialogue Boxes Copy-able new Feature request normal FileZilla Client
Description

I've noticed that dialogue boxes in FileZilla behaves non-standardly on Windows. Standard Windows dialogue boxes can be copied in plaintext by pressing ctrl+c with the box in focus. Doing this on a FileZilla dialogue does not copy the text.

Specifically, I attempted to do this on the verify SSH fingerprint dialogue. It looks like this https://i.imgur.com/PnQ2EnL.jpg (Just a Googled image - to illustrate the component I'm referring to).

Expected behaviour is that I can then paste the plaintext content of the dialogue into notepad, after which I can compare the fingerprint with one that I've been provided with before hand.

Actual behaviour is that it does not copy, meaning I have to manually read the fingerprint and compare it manually - leaves room for error.

The request is that dialogue boxes should behave standardly so that their contents may be copied.

Alternatively, the SSH fingerprint should be displayed in a non-editable text-box that can be copied in order to facilitate fingerprint verification.

My system: Windows 8.1 Update 1 x64, FZ 3.8.0

#9511 Open URL: change Quickconnect label "Host:" to "Host/URL:", make "Remote site:" accept URL, add "File -> Open URL" cmd new Feature request normal FileZilla Client
Description

[Cheers guys! In case this may look like a feature request: it's actually not. It's about a usability issue of an *existing* feature, so not requesting any new functionality, even though a) the fix is purely usability-related, b) it's just a nuisance, c) it may imply adding new code. (To start in the DMZ, I just create this as "Other"... :) Thanks!]

Sequence of actions (I'm nobody special, so there may be others stumbling this way):

  1. mc's ftpfs stuck again for timeout, uninterruptible. Sigh, time to divorce...
  1. apt-get install filezilla [3.8.0]
  1. Launch filezilla. [May have never used it before, or too long ago to remember; the point being: "entry-level" UI interaction.]
  1. Copy my relevant mc entry (a fully formed FTP URL, from the "hotlist" file) to Clipboard.
  1. Swith to FileZilla, find a place to paste the Clipboard cargo... Quickconnect seems tempting, but no URL field apparently there (only the well-known, familiar, classic H/U/P/... inputs). [Hmm.]
  1. There's a "Local site:", and "Remote site:" bar, below, though. "Remote site:" reads *exactly* what I'd need to paste my URL to, but it's unfortunately disabled. (And then it also appears (from subliminal clues of the overall GUI design) that it may not be meant for that anyway.) [Hmmmm...]
  1. Open the "File" menu: no "Open..." or "Open URL" [Hmmm?!]
  1. Well, then maybe "Site Manager"... [But I don't want to manage a site.] No, that seems to be designed to support URLs even less.
  1. Perhaps FileZilla doesn't even support URLs?! No, that can't possibly be true, let me double-check... Google: "filezilla url". From the results (e.g. FR #8466), I can see that support is there. [Relief #1.]
  1. Back to the FileZilla UI. So there *must* be a place to dump that itching URL. And it's hinted to be related to Quickconnect (by fragments in the Google search result summary lines), as one would anyway initially think. Perhaps the "host" field then (short of any better)? Let's try at least... Paste, then "Quickconnect"... Wow, bingo! [Relief #2.]

NOTE: I did see the nice, detailed explanation in the tooltip - but *only after* going through through all the above. Experienced users tend not to stand still hovering enough over a field for a (slowish) tooltip to appear. My type of users don't even use the mouse that much (so, little chance for a tooltip at all).

Fixes recommended:

a) Just change the "Host" label to "Host or URL" (or "Host/URL" if you also consider it an "internationally familiar" way of putting it).

Quick, easy, cheap. With the "Host/URL" form some very inexperienced users may get confused though. But these type of users will likely hit the tooltip. Or just put the less cool but more clear "Host or URL".

b) Change the "Local site:" / "Remote site:" controls. (Their *values* are not "sites" currently anyway, but *dir paths*.)

Either:

  1. Implement (a) and rename them to "Local path:" / "Remote path:" (or "...dir") accordingly, to remove confusion.

Or:

  1. Ignore (a) and
    • change the label "Local site:" to "Local path:" (keeping in mind that it's actually a relative local *URL*!), and
    • change the behavior of "Remote site:" to as of the "Host" field of Quickconnect, i.e. to accept URLs, plus (re)connect on non-relative URLs. (Also keep it enabled, not only when connected.) This (2) would be a good, intuitive solution (a step closer to the universal two-panel file manager scheme), but may probably also trigger rethinking the Quickconnect UI concept, screen layout etc., so it's not "free".

c) Add an "Open URL" command to the File menu, to do exactly the same as Quickconnect with an URL supplied in the "Host" field.

(With just a *simple* one-field popup, even if that may not feel like a perfect fit with the current "one-omnipotent-window" design. This slight redundancy may still be better than the immediate impression of a missing feature, or a missing natural path to an existing (and possibly very common) feature.)

[Thanks a lot for your patience, and all the best to you there, thanks again! Where can I send the bill of $100 for the analysis please? ;) ]

#9546 least-recently-used entry (instead of oldest entry) should be removed from quickconnect recent servers list when entry limit is reached new Feature request normal FileZilla Client
Description

it would be helpful if, upon selecting from the quickconnect dropdown list of recent servers, the selected server were moved back to the top of the list. this would ensure that a server which the user is still actively using remains on the list, and only the server which has not been used the longest gets removed when a new server is added.

#9563 Multi-User Citrix environment does not allow multiple users to use FileZilla new Other normal FileZilla Client
Description

Hi, we have installed FileZilla in our citrix environment and need a minimum of 100 users to have access to SFTP files from a secured network to another location on t he same SAM (unsecure) we are using ZFTP as the server. At the moment only one user can use the FileZilla client as when another one tries to use the FileZilla client and error advises that the application is in use. Is there a setting or a way multiple users can concurrentky use this client ?

#9568 File exists action: Option to rename existing file, if duplicate uploaded new Feature request normal FileZilla Client
Description

Hi there at Filezilla,

it would be nice to have an option to rename the existing file rather then the one being uploaded in the "File exists action" preferences.

Use case: I upload a modified .php file, but would like to keep the old version of that file for reference/backup.

At the moment to do this I have to rename the existing file by hand, which is rather tedious. Maybe the overwritten file could be named existing file name + the time and date when it was overwritten. Otherwise I guess just .backup or whatever will do. Thanks, Sascha

#9570 Apply to current queue - apply to current operation new Feature request normal FileZilla Client
Description

When downloading a complex website with lots of files and directories if overwriting a copy on your local machine.

Ticking "apply to current queue only" to overwrite only applies to the current files listed in the queue ignoring all the files that haven't yet been queued within the same operation.

Please add a way to apply this action to the whole operation (i.e. the whole download operation) therefore it can be left to download the site in the background.

#9574 Add bookmarks to site manager quick selection drop down new Feature request normal FileZilla Client
Description

I love the feature to add bookmarks for a site so I can go to different folders for the same server and only have to update my password in one place, but I cannot quick select the bookmark like I can for sites. I either have to open the site manager dialog, or connect to the site, then go to a bookmark from that menu option.

#9583 Make an app bundle also when GTK is used on Mac new Feature request normal FileZilla Client
Description

Users of MacPorts asked for a bundled app of FileZilla (FileZilla.app) in addition to command-line binaries also when wxGTK is used.

There is currently

  # Create application bundle on OS X
  if echo $WX_CPPFLAGS | grep __WXMAC__; then
    macappbundle="yes"
  else
    macappbundle="no"
  fi

but this doesn't build the bundle when wxGTK is used.

I'm aware that this is a slightly weird request (most users would probably use Cocoa anyway), but in case that it is easy enough for you to add an option to the building scripts to make a bundle also when GTK is used, we would be grateful.

I can help with testing. (It would probably make most sense if making an app would be a configure-time option or a make target – even better as that wouldn't require reconfiguring everything.)

Otherwise assembling the bundle manually takes a bit of effort.

#9610 Disk space free on drive new Feature request normal FileZilla Client
Description

Show free disk space in status bar

#9611 Double click in local window problems new Feature request normal FileZilla Client
Description

Allow user to open files in local window by double clicking. The client app it tries to use never matches half the time. Have icon for VLC but it tries to open in media player. or it tries to EDIT a 1GB file in text editor. Need to split the view/edit function. I never want to edit just view.

#9623 Save Tabs upon Closing Filezilla, and Open saved tabs upon re-opening Filezilla new Feature request normal FileZilla Client
Description

Save Tabs upon Closing Filezilla, and Open saved tabs upon re-opening Filezilla

#9641 move directory not behaving as expected when destination directory contains like-named directory new Bug report normal FileZilla Client
Description

When moving a directory to a destination directory which contains a like-named directory, the directory you intend to move is placed inside the like-named directory instead of being merged with it.

#9666 sync browsing on, uploading the directory that you are in becomes subdir new Bug report normal FileZilla Client
Description

1.sync browsing on 2.connect 3.dig into a subfolder, just 1 is fine, any will do. 4.right click on the folder you are currently in on the local side and upload it

actual: it will become a subdirectory copy underneath the current directory on the remote side. so now you have 2 copies of the dir tree, one inside itself.

expected: should have uploaded the same directory and replaced any files that were existing and added any new dirs, touched or copied dir dates as appropriate because they were being accessed. it's almost like a replace, but you don't lose files in this kind of replace. essentially, files with same name get replaced. new files get added. I don't know if a replace does this or not. probably does.

#9675 set to use system default date format, but not correct date display in client file list accepted Tim Kosse Bug report normal FileZilla Client
Description

I have just updated FZ client to new version, noticed that the date format has changed to mm/dd/yy. Before update this was dd/mm/yy as per system settings (UK, Windows 8, 64-bit). Checked the setting in Filezilla and the default is selected (use system default). It seems this is being ignored.

#9681 Interface is right-to-left while language is English new Bug report normal FileZilla Client
Description

FileZilla just updated itself to the latest version (3.9.0.1) and when it restarted I've found the interface is around (see screenshot). This did not happen on the previous version.

I guess it is because my Windows' location is set to Israel which has a right-to-left language setting, so it messed up the interface.

I have a global environment variable LC_ALL set to en-US for things like GIMP but it doesn't seem to be a solution for FileZilla.

I only have English as the language of choice installed in FileZilla.

#9687 Failed to transfer files from ftp <-> directory (windows) vice versa directly new Bug report normal FileZilla Client
Description

The latest version of FileZilla (3.9.0.1) seems can't copy or transfer file from windows directory to server directly, drag a file from windows explorer instead of local tree (the left side of filezilla) has no use at all. It's too not convenient if can only transfer via the left side of filezilla since we need to find the directory path every time we want transfer a file.

#9690 Numpad Enter not working as file upload new Bug report normal FileZilla Client
Description

Filezilla 3.9.0.1

You can no longer use the numpad enter button to initiate a file transfer. You can use the numpad enter button to confirm a file transfer though.

#9704 File associations and stop working properly after update to 3.9.0.1 new Bug report normal FileZilla Client
Description

After updating to 3.9.0.1 I could no longer view/edit certain file types which previously had proper filetype associations. I went into filetype associations to add them in again. when adding: filetype "/Applications/Sublime Text.app" I would get the error "Cannot find application "/Application/Sublime " There was essentially no way for me to View/Edit files on a server and therefore I reverted back to the older version I had installed, 3.8.1 where everything was working fine before I re-added the filetype associations that seemed to have gone missing, checked that they worked, and then re-installed 3.9.0.1. Now I can view/edit most files I need but it still won't allow me to add Sublime text within the custom filetype associations.

#9722 Right-Click drag/drop for file copy does not work as expected new Bug report normal FileZilla Client
Description

Open FileZilla to an existing site. Local site is on left as a folder in Windows C: drive file system. Remote site is on right. From a Windows Explorer window, attempt to copy a file from an arbitrary folder on the local drive to the Local Site folder by drag and dropping into the file list in FileZilla on the Local Site side. The Windows default is to Move, not Copy, for drag/drop on the same drive. The common technique for achieving the non-default operation (in this case copy), is to drag with a right mouse click. This works between Explorer windows and folders, but does not work with FileZilla. Right-click-dragging a file into the Local Site folder on the same drive results in the "Move file" dialog (incorrect), not the "Copy File" dialog (expected).

Workaround is to open an additional Windows Explorer window to the same folder as the Local Site in FileZilla. Then right-click-drag-drop of the file to the local site results in a context menu offering the choice of Move here, Copy here, or Create Shortcut here.

#9729 All views aligned to right new Bug report normal FileZilla Client
Description

The display is aligned to right and the punctuation order is wrong as you can see in the attachement. I have the latest version. The view in the previous version was correct. I have Hebrew and English installed.

#9749 SFTP never disconnects from server new Bug report normal FileZilla Client
Description

When connecting to the server using SFTP, the following two processes are created on the server:

UID PID PPID C STIME TTY TIME CMD username 23563 23560 0 19:16 ? 00:00:00 sshd: username@notty username 23564 23563 0 19:16 ? 00:00:00 /usr/lib/openssh/sftp-server

They remain active even after the connection closes (ie: disconnecting from FileZilla or closing FileZilla). The next time a new connection is invoked, those two processes are recreated, until they clog the process list.

Tested with FileZilla 3.9.0.2, on two Linux servers, one is CentOS 6.5, the other is Debian 6.0.6.

Using Cyberduck on the same machines, the processes disappear immediately when disconnecting.

#9809 Cancel/Disconnect buttons don't stop file/folder transfer moreinfo_accepted Stephen L'Allier Patch normal FileZilla Client
Description

I accidentally dragged over the wrong folder to transfer to my computer (huge number of files and folders in it), and I clicked the Cancel button (red flag with X in it) but it did nothing, then I clicked the Disconnect button (mouse with X over it), and the files kept transferring. I had to close FileZilla to get it to stop (which thankfully stopped the process).

Are these buttons not actually supposed to cancel a transfer or disconnect from the server? If I'm not using it contextually correctly, what exactly is the "current" server it refers to if they're highlighted? I was actually only connected to one server at the time.

#9810 Check for Fat32 and do something if file being downloaded > fat32 limit. new Feature request normal FileZilla Client
Description

A fail or prompt, alert. Anything really would be nice.

#9830 Bug in Filezilla message "File transfer failed" new Bug report normal FileZilla Client
Description

Filezilla gives the message "File transfer failed" during upload although content gets uploaded OK and put operations in server do succeed!

In the following ISP, client names, and file paths have been changed: ==================================================================================================================== Hi ISP-client,

I've done some testing, and as far as ISP can tell there is no actual problem here.

ISP don't know why Filezilla reports "File transfer failed".

ISP did see the error messages in the log during ISP's test transfers, but when the entire operation was complete, the number of successful tranfers matched the number of transfers originally queued, and there were no failed transfers shown in the transfer queue at the bottom of the Filezilla window.

ISP've also tested the same commands that Filezilla is issuing, in a command-line SFTP client, and no errors were reported.

Therefore, ISP thinks the error messages you are seeing are some kind of bug in Filezilla.

Unless you are seeing evidence of actual failed transfers on the server, then ISP thinks it is safe to ignore these errors. You might try finding a different SFTP client to see if the error appears there.

ISP hopes this helps. Please let us know if you have any further questions. Regards,

ISP Support Manager ====================================================================================================================

Hi ISP,

Thanks for analysing this problem !

The following is the information you requested:

1/3) The *exact* connection settings in Filezilla

(are exactly the same as the default ones coming with the latest ZileZilla version 3.9.0.5):

  • Timeout in seconds: 20
  • Maximum numbr of retries: 2
  • Delay between failed login attempts: 5
  • Firewall and router configuration by wizard (x depicts selected i.e. ON): x Passive (recommended) transfer mode

x Allow fallback to other transfer mode on failure

x Use the server's external IP address instead x Ask you operating system for the external IP address x Don't use external IP address on local connections x Ask operating system for a port

Note: Transfers setting

(are exactly the same as the default ones coming with the latest ZileZilla version 3.9.0.5) for example:

Maximum simultaneous transfers: 2 No limit for concurrent downloads not for uploads No Speed limits Enabled invalid character filtering

LOG about connection:

Status: Connecting to ISP-URL... Response: fzSftp started Command: open "ISP-USERID@ISP-URL" 22 Command: Pass: Status: Connected to ISP-URL Status: Retrieving directory listing... Command: pwd Response: Current directory is: "/home/ISP-USERID" Command: ls Status: Listing directory /home/ISP-USERID Status: Calculating timezone offset of server... Command: mtime ".bash_history" Response: 1405666814 Status: Timezone offsets: Server: 0 seconds. Local: 10800 seconds. Difference: 10800 seconds. Status: Directory listing successful

2/3) The *exact* error messages:

Error: File transfer failed <-- only this message / appears very often

  • see the log below (just about one folder)

3/3) The *exact* steps taken that result in the error messages: Step 1: start FileZilla program

  • version 3.9.0.5
  • workstation either 64-bit Win 7 or Win 8.1 Pro

Step 2: select Local site

  • for example: CLIENT-CONTENT-ROOT\

Step 3: click Quickconnet and select sftp://ISP-USERID@ISP-URL

Step 4: select Remote site:

  • for example /home/ISP-USERID/webapps/WEB-ADDRESS/sense

Step 5: upload folder(s) having subfolders letting FileZilla always to rewrite existing files in server

a) CLIENT-CONTENT-ROOT\rd

Notes:

N1) Server files do get updated according to ZileZilla !

  • for example /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/xz/en-xz-cn-rd-xi2.html <-- last modified 9/9/2014 8:56

N2) Quick random test with browser indicated that put in server may have succeeded:

header:

8th of September 2014 <-- OK i.e. date as modified by workstation 10:38 AM <-- OK i.e time as modified by workstation

b) http://URL/sense/rd/index-rd-xi2.html <-- OK

Research & Development SENSE by secretDomain ? 8th of September 2014 ? 3:56 PM <-- OK

c) http://URL/sense/rd/us/ca/en-ca-us-rd-xi2.html

California (CA)'s Research Sensing ? 8th of September 2014 ? 10:38 AM <-- OK

==================================================================================================================== Log about upload: Status: Starting upload of CLIENT-CONTENT-ROOT\rd\cn\xz\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/xz" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/xz" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/xz Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/xz" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\cn\xz\en-xz-cn-rd-xi2.html" "en-xz-cn-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\cn\xz\index.html Command: put "CLIENT-CONTENT-ROOT\rd\cn\xz\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\cn\xz\en-xz-cn-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/xz/en-xz-cn-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\cn\xz\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/xz/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\cn\yn\en-yn-cn-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/yn" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/yn" Status: Retrieving directory listing... Command: ls Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\cn\yn\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/yn" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/yn Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/yn" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\cn\yn\en-yn-cn-rd-xi2.html" "en-yn-cn-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\cn\yn\index.html Command: put "CLIENT-CONTENT-ROOT\rd\cn\yn\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\cn\yn\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/yn/index.html Status: local:CLIENT-CONTENT-ROOT\rd\cn\yn\en-yn-cn-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/yn/en-yn-cn-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\cn\zj\en-zj-cn-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/zj" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\cn\zj\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/zj" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/zj" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/zj Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/zj" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\cn\zj\en-zj-cn-rd-xi2.html" "en-zj-cn-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\cn\zj\index.html Command: put "CLIENT-CONTENT-ROOT\rd\cn\zj\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\cn\zj\en-zj-cn-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/zj/en-zj-cn-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\cn\zj\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/cn/zj/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\eu\en\en-eu-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/eu/en" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/eu/en" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/eu/en Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\eu\en\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/eu/en" Command: put "CLIENT-CONTENT-ROOT\rd\eu\en\en-eu-rd-xi2.html" "en-eu-rd-xi2.html" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/eu/en" Command: put "CLIENT-CONTENT-ROOT\rd\eu\en\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\eu\en\en-eu-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/eu/en/en-eu-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\eu\en\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/eu/en/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\ro\en\en-ro-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/ro/en" Status: File transfer successful, transferred 65,536 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\ro\en\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/ro/en" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/ro/en" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/ro/en Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/ro/en" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\ro\en\en-ro-rd-xi2.html" "en-ro-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\ro\en\index.html Command: put "CLIENT-CONTENT-ROOT\rd\ro\en\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\ro\en\en-ro-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/ro/en/en-ro-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\ro\en\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/ro/en/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ak\en-ak-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ak" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ak" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ak Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ak\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ak" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ak" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ak\en-ak-us-rd-xi2.html" "en-ak-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ak\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ak\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ak\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ak/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ak\en-ak-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ak/en-ak-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\al\en-al-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/al" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\al\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/al" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/al" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/al Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/al" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\al\en-al-us-rd-xi2.html" "en-al-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\al\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\al\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\al\en-al-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/al/en-al-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\al\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/al/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ar\en-ar-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ar" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ar" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ar Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ar\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ar" Command: put "CLIENT-CONTENT-ROOT\rd\us\ar\en-ar-us-rd-xi2.html" "en-ar-us-rd-xi2.html" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ar" Command: put "CLIENT-CONTENT-ROOT\rd\us\ar\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ar\en-ar-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ar/en-ar-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ar\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ar/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\az\en-az-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/az" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\az\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/az" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/az" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/az Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/az" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\az\en-az-us-rd-xi2.html" "en-az-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\az\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\az\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\az\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/az/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\az\en-az-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/az/en-az-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ca\en-ca-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ca" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ca\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ca" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ca" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ca Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ca" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ca\en-ca-us-rd-xi2.html" "en-ca-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ca\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ca\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ca\en-ca-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ca/en-ca-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ca\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ca/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\co\en-co-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/co" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/co" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/co Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\co\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/co" Command: put "CLIENT-CONTENT-ROOT\rd\us\co\en-co-us-rd-xi2.html" "en-co-us-rd-xi2.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\co\en-co-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/co/en-co-us-rd-xi2.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/co" Command: put "CLIENT-CONTENT-ROOT\rd\us\co\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\co\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/co/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ct\en-ct-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ct" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ct\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ct" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ct" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ct Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ct" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ct\en-ct-us-rd-xi2.html" "en-ct-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ct\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ct\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ct\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ct/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ct\en-ct-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ct/en-ct-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\dc\en-dc-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/dc" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\dc\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/dc" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/dc" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/dc Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/dc" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\dc\en-dc-us-rd-xi2.html" "en-dc-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\dc\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\dc\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\dc\en-dc-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/dc/en-dc-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\dc\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/dc/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\de\en-de-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/de" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/de" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/de Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\de\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/de" Command: put "CLIENT-CONTENT-ROOT\rd\us\de\en-de-us-rd-xi2.html" "en-de-us-rd-xi2.html" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/de" Command: put "CLIENT-CONTENT-ROOT\rd\us\de\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\de\en-de-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/de/en-de-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\de\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/de/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\fl\en-fl-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/fl" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\fl\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/fl" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/fl" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/fl Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/fl" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\fl\en-fl-us-rd-xi2.html" "en-fl-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\fl\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\fl\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\fl\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/fl/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\fl\en-fl-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/fl/en-fl-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ga\en-ga-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ga" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ga\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ga" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ga" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ga Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ga" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ga\en-ga-us-rd-xi2.html" "en-ga-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ga\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ga\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ga\en-ga-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ga/en-ga-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ga\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ga/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\hi\en-hi-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/hi" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/hi" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/hi Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\hi\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/hi" Command: put "CLIENT-CONTENT-ROOT\rd\us\hi\en-hi-us-rd-xi2.html" "en-hi-us-rd-xi2.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\hi\en-hi-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/hi/en-hi-us-rd-xi2.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/hi" Command: put "CLIENT-CONTENT-ROOT\rd\us\hi\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\hi\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/hi/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ia\en-ia-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ia" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ia\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ia" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ia" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ia Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ia" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ia\en-ia-us-rd-xi2.html" "en-ia-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ia\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ia\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ia\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ia/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ia\en-ia-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ia/en-ia-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\id\en-id-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/id" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\id\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/id" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/id" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/id Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/id" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\id\en-id-us-rd-xi2.html" "en-id-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\id\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\id\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\id\en-id-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/id/en-id-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\id\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/id/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\il\en-il-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/il" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/il" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/il Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\il\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/il" Command: put "CLIENT-CONTENT-ROOT\rd\us\il\en-il-us-rd-xi2.html" "en-il-us-rd-xi2.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\il\en-il-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/il/en-il-us-rd-xi2.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/il" Command: put "CLIENT-CONTENT-ROOT\rd\us\il\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\il\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/il/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\in\en-in-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/in" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\in\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/in" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/in" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/in Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/in" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\in\en-in-us-rd-xi2.html" "en-in-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\in\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\in\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\in\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/in/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\in\en-in-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/in/en-in-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ks\en-ks-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ks" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ks\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ks" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ks" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ks Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ks" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ks\en-ks-us-rd-xi2.html" "en-ks-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ks\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ks\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ks\en-ks-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ks/en-ks-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ks\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ks/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ky\en-ky-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ky" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ky" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ky Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ky\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ky" Command: put "CLIENT-CONTENT-ROOT\rd\us\ky\en-ky-us-rd-xi2.html" "en-ky-us-rd-xi2.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ky\en-ky-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ky/en-ky-us-rd-xi2.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ky" Command: put "CLIENT-CONTENT-ROOT\rd\us\ky\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ky\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ky/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\la\en-la-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/la" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\la\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/la" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/la" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/la Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/la" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\la\en-la-us-rd-xi2.html" "en-la-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\la\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\la\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\la\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/la/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\la\en-la-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/la/en-la-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ma\en-ma-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ma" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ma\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ma" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ma" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ma Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ma" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ma\en-ma-us-rd-xi2.html" "en-ma-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ma\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ma\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ma\en-ma-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ma/en-ma-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ma\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ma/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\md\en-md-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/md" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/md" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/md Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\md\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/md" Command: put "CLIENT-CONTENT-ROOT\rd\us\md\en-md-us-rd-xi2.html" "en-md-us-rd-xi2.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\md\en-md-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/md/en-md-us-rd-xi2.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/md" Command: put "CLIENT-CONTENT-ROOT\rd\us\md\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\md\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/md/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\me\en-me-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/me" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\me\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/me" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/me" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/me Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/me" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\me\en-me-us-rd-xi2.html" "en-me-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\me\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\me\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\me\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/me/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\me\en-me-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/me/en-me-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\mi\en-mi-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mi" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\mi\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mi" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mi" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mi Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mi" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\mi\en-mi-us-rd-xi2.html" "en-mi-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\mi\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\mi\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\mi\en-mi-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mi/en-mi-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\mi\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mi/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\mn\en-mn-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mn" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mn" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mn Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\mn\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mn" Command: put "CLIENT-CONTENT-ROOT\rd\us\mn\en-mn-us-rd-xi2.html" "en-mn-us-rd-xi2.html" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mn" Command: put "CLIENT-CONTENT-ROOT\rd\us\mn\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\mn\en-mn-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mn/en-mn-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\mn\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mn/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\mo\en-mo-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mo" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\mo\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mo" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mo" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mo Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mo" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\mo\en-mo-us-rd-xi2.html" "en-mo-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\mo\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\mo\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\mo\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mo/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\mo\en-mo-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mo/en-mo-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ms\en-ms-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ms" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ms\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ms" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ms" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ms Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ms" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ms\en-ms-us-rd-xi2.html" "en-ms-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ms\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ms\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ms\en-ms-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ms/en-ms-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ms\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ms/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\mt\en-mt-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mt" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mt" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mt Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\mt\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mt" Command: put "CLIENT-CONTENT-ROOT\rd\us\mt\en-mt-us-rd-xi2.html" "en-mt-us-rd-xi2.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\mt\en-mt-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mt/en-mt-us-rd-xi2.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mt" Command: put "CLIENT-CONTENT-ROOT\rd\us\mt\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\mt\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/mt/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nc\en-nc-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nc" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nc\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nc" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nc" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nc Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nc" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\nc\en-nc-us-rd-xi2.html" "en-nc-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nc\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\nc\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\nc\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nc/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\nc\en-nc-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nc/en-nc-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nd\en-nd-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nd" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nd\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nd" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nd" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nd Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nd" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\nd\en-nd-us-rd-xi2.html" "en-nd-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nd\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\nd\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\nd\en-nd-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nd/en-nd-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\nd\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nd/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ne\en-ne-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ne" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ne" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ne Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ne\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ne" Command: put "CLIENT-CONTENT-ROOT\rd\us\ne\en-ne-us-rd-xi2.html" "en-ne-us-rd-xi2.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ne\en-ne-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ne/en-ne-us-rd-xi2.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ne" Command: put "CLIENT-CONTENT-ROOT\rd\us\ne\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ne\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ne/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nh\en-nh-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nh" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nh\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nh" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nh" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nh Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nh" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\nh\en-nh-us-rd-xi2.html" "en-nh-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nh\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\nh\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\nh\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nh/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\nh\en-nh-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nh/en-nh-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nj\en-nj-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nj" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nj\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nj" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nj" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nj Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nj" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\nj\en-nj-us-rd-xi2.html" "en-nj-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nj\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\nj\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\nj\en-nj-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nj/en-nj-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\nj\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nj/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nm\en-nm-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nm" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nm" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nm Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nm\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nm" Command: put "CLIENT-CONTENT-ROOT\rd\us\nm\en-nm-us-rd-xi2.html" "en-nm-us-rd-xi2.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\nm\en-nm-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nm/en-nm-us-rd-xi2.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nm" Command: put "CLIENT-CONTENT-ROOT\rd\us\nm\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\nm\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nm/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nv\en-nv-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nv" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nv\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nv" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nv" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nv Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nv" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\nv\en-nv-us-rd-xi2.html" "en-nv-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\nv\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\nv\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\nv\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nv/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\nv\en-nv-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/nv/en-nv-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ny\en-ny-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ny" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ny\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ny" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ny" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ny Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ny" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ny\en-ny-us-rd-xi2.html" "en-ny-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ny\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ny\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ny\en-ny-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ny/en-ny-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ny\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ny/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\oh\en-oh-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/oh" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/oh" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/oh Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\oh\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/oh" Command: put "CLIENT-CONTENT-ROOT\rd\us\oh\en-oh-us-rd-xi2.html" "en-oh-us-rd-xi2.html" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/oh" Command: put "CLIENT-CONTENT-ROOT\rd\us\oh\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\oh\en-oh-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/oh/en-oh-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\oh\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/oh/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ok\en-ok-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ok" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ok\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ok" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ok" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ok Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ok" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ok\en-ok-us-rd-xi2.html" "en-ok-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ok\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ok\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ok\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ok/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ok\en-ok-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ok/en-ok-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\or\en-or-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/or" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\or\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/or" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/or" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/or Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/or" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\or\en-or-us-rd-xi2.html" "en-or-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\or\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\or\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\or\en-or-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/or/en-or-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\or\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/or/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\pa\en-pa-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/pa" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/pa" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/pa Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\pa\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/pa" Command: put "CLIENT-CONTENT-ROOT\rd\us\pa\en-pa-us-rd-xi2.html" "en-pa-us-rd-xi2.html" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/pa" Command: put "CLIENT-CONTENT-ROOT\rd\us\pa\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\pa\en-pa-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/pa/en-pa-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\pa\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/pa/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ri\en-ri-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ri" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ri\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ri" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ri" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ri Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ri" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\ri\en-ri-us-rd-xi2.html" "en-ri-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ri\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\ri\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\ri\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ri/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\ri\en-ri-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/ri/en-ri-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\sc\en-sc-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sc" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\sc\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sc" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sc" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sc Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sc" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\sc\en-sc-us-rd-xi2.html" "en-sc-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\sc\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\sc\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\sc\en-sc-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sc/en-sc-us-rd-xi2.html Status: local:CLIENT-CONTENT-ROOT\rd\us\sc\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sc/index.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\sd\en-sd-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sd" Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sd" Status: Retrieving directory listing... Command: ls Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sd Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\sd\index.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sd" Command: put "CLIENT-CONTENT-ROOT\rd\us\sd\en-sd-us-rd-xi2.html" "en-sd-us-rd-xi2.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\sd\en-sd-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sd/en-sd-us-rd-xi2.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sd" Command: put "CLIENT-CONTENT-ROOT\rd\us\sd\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\sd\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/sd/index.html Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\tn\en-tn-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tn" Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\tn\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tn" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tn" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tn Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tn" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\tn\en-tn-us-rd-xi2.html" "en-tn-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\tn\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\tn\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\tn\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tn/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\tn\en-tn-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tn/en-tn-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\tx\en-tx-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tx" Status: File transfer successful, transferred 32,768 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\tx\index.html Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tx" Status: Retrieving directory listing... Command: ls Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tx" Status: Listing directory /home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tx Response: New directory is: "/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tx" Status: Retrieving directory listing... Command: put "CLIENT-CONTENT-ROOT\rd\us\tx\en-tx-us-rd-xi2.html" "en-tx-us-rd-xi2.html" Error: File transfer failed Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\tx\index.html Command: put "CLIENT-CONTENT-ROOT\rd\us\tx\index.html" "index.html" Status: local:CLIENT-CONTENT-ROOT\rd\us\tx\index.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tx/index.html Status: local:CLIENT-CONTENT-ROOT\rd\us\tx\en-tx-us-rd-xi2.html => remote:/home/ISP-USERID/webapps/WEB-ADDRESS/sense/rd/us/tx/en-tx-us-rd-xi2.html Status: File transfer successful, transferred 478 bytes in 1 second Status: Starting upload of CLIENT-CONTENT-ROOT\rd\us\ut\en-ut-us-rd-xi2.html Command: cd "/home/ISP-USERID/webapps/WEB-ADDRESS/

#9832 Pasting in password doesn't work in Site Manager unless the textfield is manually cleared first new Bug report normal FileZilla Client
Description

For some reason, I am unable to paste my password into the Site Manager until I first clear the textfield. Could this be an issue with how the GUI is implemented? I suspect that FileZilla doesn't make use of native (Cocoa in my case) widgets.

#9840 Sync After Overwrite new Feature request normal FileZilla Client
Description

When transferring a file that already exists onto the server, in the "target file already exists" dialog. It would be very convenient to have an additional action called "Overwrite and Sync" which would monitor the local file that was uploaded and whenever it's modified it will be automatically transferred back to the server. I know there are existing sync features but this would just be a per-session sort of tracking/syncing.

#9842 Only one local subfolder shows in top pane for local files new Bug report normal FileZilla Client
Description

I just updated my system from Linux Mint 13 to CentOS 7. Filezilla works fine, except one minor annoyance.

http://i.imgur.com/ym5YRT9.png

In the LOCAL pane, on the top half, I only see one subfolder listed at a time. In the lower half, I see more than one subfolder (correct).

In the REMOTE pane, I see all subfolders in both upper and lower halfs.

I've confirmed that multiple LOCAL subfolders are appearing in the top half in the Filezilla windows version (3.7.2)

Here is the file settings screen:

https://forum.filezilla-project.org/download/file.php

Here is the filters screen - no changes or additions made. Everything is set to the defaults.

https://forum.filezilla-project.org/download/file.php

#9843 not all files moved new Bug report normal FileZilla Client
Description

When I update my filezilla to 3.9.0.5 and try and move files not all the files moves, but when I use a lower version it works fine.please kindly help

#9857 Configuration Test Wizard Failed, new Other normal FileZilla Client
Description

I am trying to use FileZilla Client (Version 3.9.0.5) for the first time. I ran the Configuration Wizard. Default Transfer Mode: Passive Configure Passive Mode: Use the server's external IP address instead. Get an external IP address from the following URL: http://ip.filezilla-project.org/ip.php Ticked Don't use external IP address on local connections. Ask operating system for a port.

Test result looks like it worked:

Connecting to probe.filezilla-project.org Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.9.0.5 Response: 230 logged on. Checking for correct external IP address Retrieving external IP address from http://ip.filezilla-project.org/ip.php Checking for correct external IP address IP 80.42.240.84 ia-ec-cea-ie Response: 200 OK PREP 56691 Response: 200 Using port 56691, data token 569540460 PORT 80,42,240,84,221,115 Connection closed

But next screen says: Connection with server got closed prematurely.

The test did not succeed. Do you really want to save the settings?

I have tried turning my Firewall off. It made no difference. Anyhow, FileZilla client has been allowed on the Firewall.

What is going on here?

#9866 File Edit History new Feature request normal FileZilla Client
Description

It would be great if Filezilla maintained a list of past files edited and allowed for reselecting them for editing from the "Show files currently being edited..." window.

#9867 File "Working Sets" new Feature request normal FileZilla Client
Description

It would be wonderful if users could define "Working Sets" of files that could be loaded at once for editing or uploaded at once.

#9880 Unable to start Filezilla in Linux new Bug report normal FileZilla Client
Description

I had downloaded from the filezilla website a packed Filezilla and copied the content of extracted archive into propper folders in /usr. I had also given the permissions (chmod 755) for all copied files from bin folder.

  1. The menu entry hasn't apeared
  2. when I tryed to launch filezilla from bash, I had recieved following error:

"bash: /usr/bin/filezilla: No such file or directory"

even if the given file exist an had excetution permission

#9882 Option to contol the reconnect feature new Feature request normal FileZilla Client
Description

If a connection to a server is made it is always possible to reconnect with the menu bar -> Server -> Reconnect as filezilla.xml stores informations about the last used server. I would like it if this behavior could be controlled a little more for example with a new option called "Store last server". The values could be:

0 - Disables the reconnection feature and storing of any informations about the last used server in filezilla.xml. 1 - The reconnection feature is available and the informations of the last used server are only stored in memory to make them only available until FileZilla is closed. 2 - The reconnetion feature is available and the informations about the last used server are stored in filezilla.xml to make them even available if FileZilla is closed and restarted (which is the current behavior).

#9895 Activate site tab if dragged over new Feature request normal FileZilla Client
Description

RfC: If i drag file(s) over a (not activated) site tab, i like it to be activated, so i can drop the file(s) in its file list or directory tree.

#9896 Create non-existent local folders when synchronized browsing new Feature request normal FileZilla Client
Description

When using synchronized browsing, if you navigate to a folder on the remote server that doesn't exist locally, the folder would be created locally (probably automatically). Or a prompt could appear asking the user if they would like the folder to be created.

Currently, when you navigate to a remote folder that doesn't exist locally (with synchronized browsing enabled), you get a warning:

FOLDER PATH does not exist or cannot be accessed. Disable synchronized browsing and continue changing the remote directory?

I think it would be much more intuitive for the local folder to be created automatically if it doesn't exist, or at least prompt the user to choose whether or not they would like it to be created.

If a prompt is the best way to go, I would recommend a setting be created to 'always create missing local folders', as it would get annoying to always have to click 'create folder'.

#9918 Allow resizeable window in 'Check for updates' dialog new Feature request normal FileZilla Client
Description

It would be nice if I could resize the "Check for updates" dialog/window so I could read the release notes ("What's new") with less scrolling.

#9921 false handling of file attributes in sftp protocol new Bug report normal FileZilla Client
Description

filezilla apparently handels file attributes in the sftp protocol by parsing the "longname" of the SSH_FXP_NAME resoponse packet. since the format of the longname in sftp version 3 is not specified and the SSH_FXP_NAME contains an ATTRS field which contains explicit attributes for each filename it would make more sence to use them instead of the longname: http://tools.ietf.org/html/draft-ietf-secsh-filexfer-02#section-7

furthermore filezilla parses the longname in a false way. Symbolic links have in the longname the letter "l" on the first position instead of "-" for files or "d" for directories. but filezilla shows symbolic links always as directories regardless of the target it links to, which is wrong.

#9926 All files in queue overwrite local files, regardless of overwrite setting new Bug report normal FileZilla Client
Description
  1. 3.9.0.6 client for PC Windows 7.

when downloading, all files from remote server are overwritten on local machine, regardless of settings (I have chose to only overwrite if files are Newer or Different Size).

This bug was not present in the last release.

#9962 "Upload existing files if source is newer or size is different" does not consider deleted directory tree as a change new Bug report normal FileZilla Client
Description

Consider following directory structure (as an example):

Root level

  • Directory 1
    • Directory 1.1
  • Directory 2
    • Directory 2.1
      • File 2.1.A
      • File 2.1.B

Steps to reproduce:

  1. Connect to the server being locally at "Root level". Switch synchronized browsing on.
  2. Upload the directory structure to server.
  3. Browse to Directory 2.1
  4. Make modifications locally to Files 2.1.A and 2.1.B. Upload them to the server. At this point Filezilla asks what to do with the already existing files: select "replace if source is newer or size is different"
  5. Go up to "Root level"
  6. Login to the server via SSH and remove your remote Directory 2.
  7. Refresh the view in Filezilla. Directory 2 disappears.
  8. Upload the whole "Directory 2" again via Filezilla.
  9. Browse to Directory 2.1.

You will see that Files 2.1.A and 2.1.B are not uploaded.

Expected behavior would be that Files are uploaded. This seems to happen because Filezilla does not clear its file/directory information cache for the deleted directory tree (even it notices the change at step 6), thus thinking that Files are not changed -> no need to upload the files.

Directories are created properly, as well as files that were changed between directory removal and re-upload.

#9968 no error message when file path is too long reopened Bug report normal FileZilla Client
Description

I was trying to upload a file and nothing happend. I did the upload by dragging the file from left to right.

I later found out it had to do with the complete filename and path. It was too long. After making it shorter, I could upload by drag and drop.

It would be nice if there was some message about this.

There is a message when you upload with context menu item UPLOAD but not with drag and drop.

#9990 Store default "Action after queue completion" new Feature request normal FileZilla Client
Description

I always change the "Action after queue completion" when working with FileZilla, so I would like to be able to store my preferred default in the Settings. I believe this would sit in the "Interface" part, although it could go under "Transfers" or somewhere new. Happy to help further with this request but it needs agreement first.

#10058 GTK Issue with keyboard and input fields new Bug report normal FileZilla Client
Description

Ubuntu 14.10 x64, Intel Core i7

I've ran into an issue where I cant use certain keyboard keys within any of the input boxes. When trying to enter control-a for example, my cpu spikes for about 30 seconds, and then either all of the text is selected (as its suppose to) or the command is just ignored.

Examples of keys/commands with issue: control-a control-x control-y backspace home/end

Note: The same behavior happens when I use Ubuntu's On Screen keyboard.

#10081 Enable Fullscreen Mode for OSX Mountain Lion new Feature request normal FileZilla Client
Description

Hello,

Since OSX Mountain Lion, Apple added the fullscreen mode http://support.apple.com/kb/PH11359

I would be very pleased to use Filezilla in his own screen. I hope you could do that :)

#10082 Add a new set of icons (for OSX) new Feature request normal FileZilla Client
Description

Hello,

Could you add a new set of icons for OSX theme in OSX Yosemite style ?

cf. http://www.apple.com/osx/design/

It would be a refreshing interface.

Thank you.

#10143 buttons in update window not visible using screen resolution 1024 x 600 moreinfo_accepted Stephen L'Allier Patch normal FileZilla Client
Description

Running FileZilla on a Win7 netbook with a screen resolution of 1024 x 600 is no problem. However, when checking for a software update, a new window pops up (indicating that a new version is available), but the buttons allowing to choose to install this update (or cancel) are not visible (should be at the bottom of the screen), and there is no way of navigating there (the window is taking up the full screen height already, but no scrollbar appears).

#10154 Command line option: select encryption new Feature request normal FileZilla Client
Description

We uses a combination of KeePass and FileZilla to access our client FTPs so we cant just use site manager to configure the correct Encryption type.

A new command line switch that would allow us to choose the encryption(or plain ftp) would be useful.

#10160 Remote Search download of empty directory does not remain relative to search root moreinfo Bug report normal FileZilla Client
Description

Hi

I'm using FZ version 3.10.0.2 on OSX Yosemite 10.10.1 (Screenshot of about page here if needed - http://puu.sh/eUSkv/3e8a32fc64.png ). FZ was installed today so as far as I can see this is the most recent official release I can use (and was an auto update).

Details of the issue

  • Connect to remote server
  • Search using the following details (changing 'custom_template' to the necessary name

http://puu.sh/eUUcd/90dd462f28.png

As you can see, this correctly displays the list of files and directories containing the keywords. Note the directory is completely empty.

I then select all items, and right click -> download... with the following details http://puu.sh/eUUwl/e0de818309.png and hit OK. I am then left with this structure locally http://puu.sh/eUUU3/d8ec415cba.png Note the directory has been placed at the root, not in the catalog/view/theme/default/template/ directory

Not sure if it's related, but if I remove the "Filename" rule in the search, it doesn't find the empty directory. That may be intended, but thought it was worth noting. Please correct me if that's not the case

Thanks in advance Jay

#10166 Installer always defaults to default directory, ignores user install directory. new Bug report normal FileZilla Client
Description

The FileZilla installer ignores the user directory preference and always defaults the installation directory to the default directory.

If the program is already installed and to a user defined directory the installer should use the user defined directory by default.

#10173 Copy quick connection parameters to fields new Feature request normal FileZilla Client
Description

Could you copy IP address, username, password and port to fields after choosing a connection from a quick connection list? It would be useful, after program start, when connecting to many devices with same login, just different IP addresses.

#10198 Styling/Color Coding of Files new Feature request normal FileZilla Client
Description

It would be very helpful if the following features were available in FileZilla Client:

  1. Being able to apply a style to edited files to visually indicated their edited state. For example, I would like to make those files show up with bold text. Ideally, this would apply to the corresponding remote files in the remote pane, also.
  1. Being able to apply custom, user-specified styles (text/background color, bold/italic, etc.) to files by their file extension, or even better, using a filename pattern. (e.g., system*.log). Thus the file entries would show up in the local and remote panels with those styles.
  1. Being able to specify a default style for files in the local and remote panels.

These would allow users to more quickly spot relevant files in a long list of files.

#10247 Site Manager sorting broken for numeric site names new Feature request normal FileZilla Client
Description

Site Manager currently sorts as follows:

  • 99ballons.com
  • [a folder]
  • aardvark.com

It should be:

  • [a folder]
  • 99ballons.com
  • aardvark.com
#10256 No word wrap in user description new Feature request normal FileZilla Server
Description

Hi -

we extensively make use of user descriptions. Very often we put a lot of information in it. It would be very nice to have word wrap in order to see all Information at a glance. An other solution to this could be a larger control size.

Thank you in advance.

-supersonic.

#10260 Allow Save/Edit the local and remote site drop down contents new Feature request normal FileZilla Client
Description

It would be nice to have an option to save and pre-populate the local and remote site drop down contents on a site by site basis as very often we are visiting the same sites over and over again. If this is an option, then it might be nice to allow removing folders from that list.

Current FileZilla Client information:


Version: 3.10.1.1

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-02-01 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.2.21 SQLite: 3.8.8.2

Operating system:

Name: Windows 8.1 (build 9600), 64-bit edition Version: 6.3 Platform: 64-bit system

#10266 Implementation of Kerberos/GSSAPI support (RFC 2228) new Patch normal FileZilla Client
Description

I've implemented Kerberos/GSSAPI support (RFC 2228) for the FileZilla client. I've made sure my changes work against the most recent source code of FileZilla. I've tested this on MacOS X and Windows, and I believe there should be no problems having it work on Linux.

I'd like to get this into the FileZilla source code. So ... what do I need to do to make this happen? Should I just post the patch here?

#10276 Default Action after Queue completion new Feature request normal FileZilla Client
Description

Is it possible to have one default action after completing the queue? Refer to snapshot attached for clarity.

#10277 Use Connection NAME or IP in temporary name for edit files new Feature request normal FileZilla Client
Description

Right now, FileZilla uses fz3temp-1, fz3temp-2 based on Tabs open.

But if we are editing same files in differente server, we could easily mess things.

Like c:\temp\fz3temp-1\htaccess and c:\temp\fz3temp-2\htaccess

If we could use IP or Connection name in its temporary directory, we could get the context quickly without having to worry about misleading.

If possible, use something like this to help us when editing files. Like c:\temp\fz3temp-PRODUCTION_SERVER\htaccess and c:\temp\fz3temp-BETA_SERVER\htaccess

OR

Like c:\temp\fz3temp-10_1_0_18\htaccess and c:\temp\fz3temp-192_168_0_103\htaccess

it would be a huge difference for us

Thanks

#10285 Right/Command Click for List Of Sites new Bug report normal FileZilla Client
Description

I had just started using this nice quick connect when it went away. I saw that the right click had gone away due a change in Apple's Cocoa functionality, but the command-click alternative is also not working. Also the tool-tip still says that right click works fyi.

How about a drop down or icon in the quick connect bar to select an existing site from a list if you can't do it on tool-bars anymore?

Thanks for your great tool!

#10291 Show time when a request was sent or received new Feature request normal FileZilla Client
Description

Hi,

a feature for showing the exact time when a request was sent or received would be an useful enhancement for the logging window.

Best Regards, Ettore Atalan

#10296 Problem resizing winfdow in multiscreen configuration assigned ZeroCool Bug report normal FileZilla Client
Description

Hi,

I'm having trouble with filezilla, when I disconnect my second monitor, before I close filezilla.

After I disconnect the second monitor, I can't no longer access the bounder of the program so I can not resize the window. That let's me in an incapacity of acceding my configured connection. I can't no longer use filezilla.

Thank you.

#10297 Extra download slot for View/Edit new Feature request normal FileZilla Client
Description

Many times when I want to edit a remote file, all the download slots are already in use and the file cannot be edited before one of the downloads is complete. This means no new edits while transferring the backups.

Could we have an option for an extra transfer slot for Viewing/Editing? For example a checkbox at Settings > Transfers page > Concurrent transfers.

#10301 Make "force EPSV over IPv4" available as an option new Feature request normal FileZilla Client
Description

Hi everybody,

first i would like to thank the devs for this great product. I am using it for all of my FTP connections and it worked like a charm.

Now i am trying to setup my own FTP server with the latest available Filezilla FTP Server and i am currently facing an issue that my Filezilla client ( latest version ) is for whatever reason not falling back to try EPSV connection ( because PASV is not working).

My ISP provided me a IPv6 connection to the Internet with a static IPv6 adress. I already discovered that a IPv6 connection to my server is working like a charm, but not through IPv4. Because of this i bought a IPv4 ( not that expensive as i thought ) adress and do portmapping from my IPv4 adress to my IPv6 adress.

I tested the portmapping through my mobile by using a FTP client which is able to force EPSV through IPv4 and i got a successful connection.

If i try the same with my notebook ( connected to the internet through a IPv4 connection ) it fails, because of the error message:

500 You are connected using IPv6. PASV is only for IPv4. You have to use the EPSV command instead.

I also tried to test through https://ftptest.net/ and it fails at PASV command.

My request would be to make "force EPSV over IPv4" available as an option for a FTP connection.

#10314 Keyboard Shortcut for Add files to queue new Feature request normal FileZilla Client
Description

Hello Support,

I would like to request for Keyboard Shortcut for "Add files to queue", I have already checked on your below wiki page, it's not listed there.

https://wiki.filezilla-project.org/Keyboard_shortcuts

Thanks, Jay

#10339 Unable to sort download table new Feature request normal FileZilla Client
Description

Great tool - use it most days

Sometimes I set up a big list of downloads. I then stop the process and wish to sort the list by file size so I can remove all the big files or all the small files. But although I can click the size column and I get a UI reaction to indicate a click happened the table does not sort.

#10345 Scrolling with drag and drop scrolls too fast, too far moreinfo_accepted Stephen L'Allier Patch normal FileZilla Client
Description

With the latest version I have 3.10.2, now there is automatic scrolling of folders with drag and drop but if the window is not huge, it is almost impossible to actually select your target! It keeps scrolling away. I think this is from the fix for ticket #132. It did not use to scroll at all, which I understand is a problem, but now it scrolls too much. I use this everyday and think it is great, but now it is much more difficult. I've been writing code for over 20 years.

#10349 Automatic Backup of file sitemanager.xml new Feature request normal FileZilla Client
Description

Today my PC crashes and sitemanager.xml was entirely wiped out...damn!!! As today (damn!!!) I will backup it using third party applications but it would nice to have a backup copy of file sitemanager.xml at each program starts, something like sitemanager.xml.bck

#10363 Offer more UTF-8 options for Quickconnect and Settings new Windows 7 Ultimate, 32-bit, SP1, 6.1.7601 Feature request normal FileZilla Client
Description

Version: 3.10.3 i686 OS: Windows 7 Ultimate 32-bit, SP1, 6.1.7601

Please offer more Charset settings for UTF-8/16 under "Settings" dialogue and for the Quickconnect bar to allow users to set a default behavior for all connections under Site Manager and on Quickconnect.

I often get a very long link such as ftp://ipaddress/dir1/dir2/dir3/etc which points to a directory with international filenames and the Quickconnect bar is best way to connect. However, it fails to enable UTF8 so I see garbage filenames. So I must Site Manager, but I must always change the "General - Host" field and often enable "Charset - Force UTF8" for every different different ftp link or IP address.

I am aware of "Upcoming Changes" in the Forums. https://forum.filezilla-project.org/viewtopic.php?t=36597

#10371 FileZilla Client Connection lost / reconnection new Bug report normal FileZilla Client
Description

This has been going on for several releases now and apparently no one has reported it. The client will lose the server connection as normal / expected after a period of elapsed time with no activity. However, the client no longer remembers that state. When you try to change folders, it waits a long timeout period before it discovers that the server is not connected and displays an error message. Only then, when again trying to change folders, does it reconnect and change to the requested folder.

It seems to me that the client should remember when the server is disconnected and do the reconnect automatically when an action is taken; like changing folders. Essentially, it is not my problem the client did not remember the server connection was automatically closed. :) The program used to remember the state of the server connection and reconnect when there was information from the server to get.

#10444 speed limits apply per-file, not total for the server new Feature request normal FileZilla Server
Description

Speed limits are applied for each individual file download. So if the limit is 100KB/s and one file is being downloaded the total BW occupied by FTP downloads is 100KB/s. If two users are connected (or a single user is downloading two files) the maximum BW becomes 200KB/s.

This makes it nearly impossible to allow more than one connection while limiting total bandwidth the server is using.

#10483 Site Manager default status new Feature request normal FileZilla Client
Description

Is there a way to have FileZilla default to the Site list being focused when activating the Site Manager? I'd like to be able to start tabbing or arrowing to the site I want to open rather that having to mouse over and double click.

#10547 Remember Column Size new Feature request normal FileZilla Server
Description

FileZilla Server Interface Not Remembering Column Size After Relaunch. It Is Very Problematic.

#10597 Specify simultaneous transfers per server in addition to globally new Feature request normal FileZilla Client
Description

FZ currently allows users to define the max simultaneous transfers (1-10) as well as concurrent downloads/uploads. Please add the ability to define concurrent download/uploads on server-basis. The goal is to have 1 download or upload running per server I have in my queue.

Let's say I have 100 files queued to download across 3 different servers. The expected behavior is to have 3 downloads running simultaneously with 1 from each server running. Currently, a global setting of 3 doesn't allow this.

#10601 Client - Option to inherit local permissions on downloaded files new Feature request normal FileZilla Client
Description

The client should have the option of inheriting local permission instead of preserving remote permissions on files downloaded from remote servers.

#10616 File transfert: yes/no overwrite or copied. How to know? new Feature request normal FileZilla Client
Description

When we transfert files and some files are existing in the target, we can choise to overwrite or not if the source/target is more recent. But in the log window, we only know if the transfert is ok/ko, but we don't know what it did: replace or not ?

I suggest to add a column like :

  • "copy" if the target is missing
  • "replace" if the target is replaced
  • "keep" if the file exist and it is not replaced

Thanks, Ruben

#10637 Download/Upload Green Progress Bar in Taskbar new Feature request normal FileZilla Client
Description

Hi FileZilla Devs, I would like to propose adding a status bar in the taskbar for Windows. Some programs such as Movie Maker, File Explorer, Internet Explorer, Google Chrome etc. have a green status bar that shows file transfer completion or download completion. It should be fairly easy to implement, you can look at the documentation here: https://msdn.microsoft.com/en-us/library/windows/desktop/dd391692(v=vs.85).aspx And you may want to look at SetProgressValue. I would find this feature extremely beneficial and don't think it would be very hard to implement.

#10643 Add a keyboard shortcut for the "Reset and requeue" option new Feature request normal FileZilla Client
Description

As stated in the summary -- in my humble opinion this might improve the user experience for some people. Personally, I may have to re-upload or re-download files after small changes have been made to them, so the "Reset and requeue selected files" command is something I use very often.

#10648 Set maximum simultaneous transfers per-server rather than globally new Feature request normal FileZilla Client
Description

Currently, one can define the max transfers globally as well as max up and max down. A powerful addition would be to also define them on a per-sever basis. Use case: I want to download from server A and from server B. I have 100 files in queue from server A and I want to both transfers to run in parallel. Currently, I cannot do this without manually prioritization.

#10651 Use temporary directory to save updates new Feature request normal FileZilla Client
Description

It seems counter-productive to store automatically downloaded updates in one of the user's profile directories when in most cases it will be installed at launch anyway. I propose storing the downloaded files in a temporary directory and automatically cleaning them up when the update is run. This could also be made optional.

I, for example, use my Downloads directory to store permanent files rather than temporary downloads, and I find it somewhat annoying to go in there after a while and find one or more update files that I did not choose to download or place there, especially if I have to delete them myself.

#10656 bookmark category moreinfo_accepted Stephen L'Allier Patch normal FileZilla Client
Description

i have many (for example 100) bookmarks in FileZilla for my site. it is undesirable for me to work with a confused bookmark list :|

i suggest you to add categorize feature to bookmark part of Filezilla.

#10660 Press [Enter] to connect to site new Feature request normal FileZilla Client
Description

When I press Command-S after I start FileZilla and get the site manager the first site is highlighted. It would be nice to be able to connect to that site with [Enter]. I personally only connect to one site but I imagine other people might want to be able to select between sites with the up-down cursors then connect with enter.

The funny thing is that this I remember being able to connect with enter in previous versions of filezilla.

#10666 Navigating with Backspace needs improvement new Bug report normal FileZilla Client
Description

Steps to reproduce:

  • Remote Site
  • Enter a sub-directory
  • Go back with Backspace key

Result:

  • Last directory is selected, but inactive (not blue)
  • It's not possible to press Enter to go into that directory again
  • It's not possible to press Space to "activate" the directory
  • You have to use Cursor Up and Down to then be able to use Enter again

Possible solution:

  • After going back, the directory where you came from should not only be selected, but also activated

Filezilla-Version: 3.14.0

#10667 Impractical behaviour of directory tree new Bug report normal FileZilla Client
Description

Steps to reproduce:

  • Remote Site > Tree
  • Have a directory with multiple sub-dirs
  • Select the last one and delete it

Result:

  • The parent directory is focused afterwards
  • This makes it impractical to delete multiple sub-dirs as you have to reposition the selection first

Possible solution:

  • After deleting one directory, the directory next to it (before) should be selected, not the parent dir

Filezilla-Version: 3.14.0

#10671 --version, --help result in non-zero exit code new Bug report normal FileZilla Client
Description

On an up-to-date Arch Linux I get the following warning and return code. I don't know whether they are related, but *nix tools generally return exit code zero when just getting their version.

$ filezilla --version
Reading locale option from /home/victor/.filezilla/filezilla.xml
08:20:41: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8).
FileZilla 3.14.0, compiled on 2015-09-18
$ echo $?
255
#10672 --version, --help shouldn't need GTK+ new Bug report normal FileZilla Client
Description

To reproduce:

[vagrant@archlinux ~]$ filezilla --version
Reading locale option from /home/vagrant/.config/filezilla/filezilla.xml
05:28:19: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1009,wx containers,compatible with 2.8).
05:28:19: Error: Unable to initialize GTK+, is DISPLAY set properly?
[vagrant@archlinux ~]$ echo $?
255
#10676 Site manager displayed when connecting from command line new Bug report normal FileZilla Client
Description

User interface behavior is inconsistent. If I set "Show the Site Manager at startup" option and connect to site from command line, the site is automatically connected and the Site Manager is displayed, where it should not be.

Steps to reproduce:

  1. set "Show the Site Manager at startup" in options.
  2. connect to site through command line filezilla --site="0/my site

Result:

  1. the connection to the site is established upon startup
  2. Site Manager is shown upon startup << should not happen

Solution: ignore "Show the Site Manager at startup" setting if --site command line parameter is used.

#10687 Option to disable the greeting menu new Feature request normal FileZilla Client
Description

Always if an upgrade to a new version is done FileZilla does show on the next start its greeting menu. Maybe there could be an option to disable this menu.

#10695 in Site Manager, can't search for site beginning with repeated letter reopened Bug report normal FileZilla Client
Description

on Linux (at least) when FileZilla is compiled against GTK3 (at least), searching the sites listed in Site Manager by typing the beginning of the site name does not work if the site name begins with a repeated letter. (presumably this affects repeated letters mid-string, too.)

Let's say your site list consists of the following (and you start with "aa" selected): aa sa sb sc sd ssabcdefg sz

if you type "ssa" the result SHOULD be selecting "ssabcdefg", but instead it lands on "sa" ...

more specfically, when you type the first "s", the highlight moves to "sa" (as it should); when you type the second "s", the highlight moves to "sb" (the next entry starting with "s", rather than the entry starting with "ss"); and then when you type the "a", the highlight moves back to "sa". it seems that the search function ignores repeated letters :-(

Yes, this happens regardless of how quickly you type "ssa".

I am pretty sure this worked correctly in the past (specifically, I believe it worked correctly in Fedora 20, the last time FileZilla was compiled against GTK2 in that distro).

The search functionality is important when the site list includes hundreds.

#10705 Edited File Visual Indications and Context Menu Unedit option new Feature request normal FileZilla Client
Description

It would be helpful if we could enable some sort of visual styling or cues (e.g., pencil icon indicator) for files in the local pane being edited.

Additionally, it would be very helpful to have an Unedit option on the context menu for the local pane for files being edited. (Just grey out the menu option if not being edited.)

Much thanks for all your efforts on this invaluable FTP tool.

#10709 FileZilla Client: Uploaded Files Not Appearing in Remote Site Window new Bug report normal FileZilla Client
Description

First, here are my specs:

FileZilla version: 3.14.1 Operating System: Windows 7 (build 7601, Service Pack 1) Platform: 64-bit system

I'm noticing an interesting issue that I believe may be a bug.

When I attempt to upload a file, or several files, to the server where the website is located, the files will not appear in the Remote Site window.

At first, I thought that I had done something incorrect, so I just tried to upload a single file. Interestingly, when I did that, the file briefly appeared in the Remote site window, then disappeared. I tried it several times with that file and it repeated: the file would appear briefly in the Remote Site window, then disappear.

If I log into my cPanel on the server and view the files, that file, and the others that are not appearing in the Remote Site window within FileZilla, are indeed there. For some reason they are not appearing in the FileZilla Remote Site window.

I don't know if it makes a difference, but the files are .jpg image files.

If you need additional information, please let me know.

Thank you.

#10712 filezilla client not falling back to IPv4 new Bug report normal FileZilla Client
Description

sftp connection, host has both IPv4 and IPv6. When service on IPv6 is not reachable, filezilla does not attempt to connect via IPv4.

#10717 FileZilla Client 3.14.1 - Edit of remote file it's not changed locally.... inside for more info... new Bug report normal FileZilla Client
Description

From this last version i thinks it's been appared a little bug... i try to explain: I have a remote mini-pc (a Raspberry Pi2 whit osmc) on my lan have an ip 192.168.1.4.... sometime i need to edit some text config file on here (config.txt or check some log file etc etc). I use Notepad++ for internal editor...... i ever used it for editor and it's ever working.... for example: If i open the .log files the files it's been dowloaded in local temp file and after it's been opened on notepad++ like "on the fly" right ? If the log file it's been upgraded from Raspberry on Notepad++ this changed it's never been applied.... i need every time to re-download manually and reload manually. While in some older versions every about i re-open notepad++ if the file it's changed i obtain a pop-up suggest to me to re-load because the files it's changed locally and remotly...

On this last version this no more append.... I don't really know if it's a bug of filezilla. I have already ask on Notepad++ forum and somethings as say to me it's not a notepad++ bug..... at this point i try to ask here :)

#10723 *nix: Ctrl+i interpreted as (Ctrl+)Tab in file lists reopened Tim Kosse Bug report normal FileZilla Client
Description

Opening dialog "Directory listing filters" by keyboard shortcut Ctrl+I triggers an "assertion failure" eventually followed by a core dump if an object was selected in the "detailed listing" of either local or remote pane before.

Steps to reproduce (see screenshot_main-window.png; terms according to https://wiki.filezilla-project.org/FileZilla_Client_Tutorial_(en)#Navigating_and_window_layout): As long as objects are selected in the "directory tree" only like user directory "dummy" in the screenshot the said dialog behaves as expected. But as soon as an object in the "detailed listing" like folder "Musik" marked by a red asterisk in the screenshot gets selected by a single mouse click opening the dialog by keyboard shortcut Ctrl+I doesn't work any longer. First a dialog "filezilla" (screenshot_dialogue-filezilla.png) comes up stating "An assertion failed". When "Continue" gets clicked FileZilla apparently continues to operate as usual. But clicking button "Stop" or hitting key "Esc" triggers a core dump.

It doesn't matter whether or not a connection is active. Opening the dialog from the menu, either by mouse or by keyboard mnemonics, isn't affected at all.

Up to date Arch Linux x86_64. FileZilla either 3.14.1 from the distribution's official repositories or SVN checkout 7250 compiled against libfilezilla 0.3.0 or SVN checkout 7250, same findings with all these variants.

Aside from the screenshots the "backtrace" provided by dialogue "filezilla" (backtrace_dialogue-filezilla.txt) as well as a backtrace generated by handing the saved core dump to gdb via sytemd's coredumpctl (backtrace_gdb.txt) are attached.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.