Thank you for that suggestion to use FileZilla to replace both Windows File
Explorer and WinSCP for exploring Android files over the LAN on Windows.
https://s4.postimg.org/ho5djz5od/filezillasettings.jpg
Since every post should add to our combined tribal knowledge, I looked up
FileZilla to see how it differed from WinSCP which was listed in the
original post.
This seems to be the canonical location for FileZilla:
https://sourceforge.net/projects/filezilla/
. FTP client and server
. Supports FTP, FTPS and SFTP
. Built-in file management
. Advanced file settings
. Reduces timeout errors <==== this may be useful if it's real
. Multi-language support
When installing this FileZilla client version 3.17.0.1 onto Windows, the
FileZilla installer adds a Windows drag-and-drop shell extention, much like
what Windows File Explorer does.
Interestingly, when I ran the newly downloaded and installed FileZilla
client for the first time, it took a really long time to come up, where I
had thought it hung the system, but then it finally popped up saying that a
new version (3.27.0.1) was available (which was a surprise since I had only
moments before downloaded the latest on Sourceforge) and that it had
already downloaded that new version into my "Downloads" directory (which is
interesting, because I don't have a Downloads directory).
It had an "update" button, but I never blindly install that way, preferring
instead to archive the installers and to run them on my own terms.
So, in a rare (for me) case where I have to search for something that was
just moments prior downloaded (just like the rest of the world does all the
time), for the first time in *years*, I had to search for something just
moments before downloaded!
The first place I looked for a "Downloads" directory was the location I
stored the executable, but it wasn't there. The next place I looked was my
C:\tmp\ directory which is where I have the Windows TEMP and System TEMP
directories set to (at a lower level).
I don't use Microsoft Edge, but I searched for where it puts stuff because
I had read that you can't set up Edge like a normal browser to just ask
where to download things:
http://www.intowindows.com/how-to-change-default-download-location-in-microsoft-edge/
That said the default Downloads directory for that specific browser is:
C:\Users\YourUserName\Downloads\
but of course, that directory wouldn't exist (and doesn't exist).
Just in case I had changed the Edge downloads directory location long ago,
when Windows was installed, I checked the registry:
HKEY_CURRENT_USER\SOFTWARE\Classes\LocalSettings\
Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\
microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Main\
Default Download Directory = C:\tmp
At this point, I resorted to the basic Windows search mechanism:
C:\tmp% dir /s/a/l/on/b C:\* > salonb.txt
Meanwhile, while that was running, this explains a default Downloads
dir:
http://windowsreport.com/change-download-location-windows-10-store-apps/
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\
PackageRoot = C:\Program Files\WindowsApps
That's interesting because nothing ever goes on purpose into "Program
Files" on my system, so, taking a look there I found I had to change all
sorts of permissions, so I gave up on that tack (since it seems to be only
for the Windows store anyway, which I'll never use in my life.)
By now, my search had completed so looking into the text file I find:
c:\users\user\appdata\roaming\filezilla
but that just had some xml and sqlite files.
Looking further, I see something in "recent", which is odd because I have
all the "recent" stuff completely turned off in Windows 10 since the day it
was installed (again, I have never needed it before).
c:\users\user\appdata\roaming\microsoft\windows\recent\filezilla download _
sourceforge.pdf.lnk
c:\users\user\appdata\roaming\microsoft\windows\recent\filezilla.lnk
But those seemed to just point to my recent downloads where I knew where I
put them since I always know at all times where I download files.
Ah, here it is!
c:\downloads\filezilla_3.27.0.1_win64-setup.exe
It had never occurred to me that there is/was a C:\Downloads directory
because I've never used it, and, in fact, it was empty save for this one
file.
Killing the old FileZilla process and installing the new fileZilla, I
entered into the "Host" section "
ftp://192.168.1.16:3721" and the
"Username" of "anonymous" and a blank password (I've never had to type an
anonymous password before) and a "Port" of "3721" (why isn't the port next
to the server setting?). That's a dumb UI not to put the port next to the
host but I changed the host to remove the port, but it didn't log in.
It could be the need for a password (although I've been using anonymous FTP
to my phone from Windows for more than a year and never had to type in a
password before) but it worked (so I guessed at the right password).
That logged in and put me at "/" on Android (the Android phone is rooted).
https://s2.postimg.org/k2g81ha5l/filezillaui.jpg
Going into the Android DCIM/Camera/ directory, it was nice to see "view":
https://s4.postimg.org/fg6owuphp/filezillaedit.jpg
That's helpful to see what an image might be, but it's worthy to note that
what actually happened was a file copy from Android to Windows and then it
was opened on Windows whereas what I want to see are thumbnails.
Looking about for settings that will display thumbnails, I see none, but I
did see some settings for active versus passive ftp client operation, which
was, after all, the main debugging point:
https://s4.postimg.org/ho5djz5od/filezillasettings.jpg
Since this is my first exposure to FileZilla, I'll reserve judgement, but
upon first inspection, it does seem to have more options than did WinSCP,
but I'll use it for a few days to be sure since I generally only use the
one best canonical freeware tool for any particular job.