how can i use tc with xiaomi shareme ?
Moderators: Hacker, petermad, Stefan2, white
how can i use tc with xiaomi shareme ?
hi
right now i have a xiaomi 14 pro with shareme app , it's a xiaomi app
i can select connect to the computer , portable (no secure ->without user and password)
in windows 11 explorer it works perfectly
under tc no , tc does ask me username and password
i can do it with WinSCP and filezilla
why doesn't tc 11.51 work?
thanks
right now i have a xiaomi 14 pro with shareme app , it's a xiaomi app
i can select connect to the computer , portable (no secure ->without user and password)
in windows 11 explorer it works perfectly
under tc no , tc does ask me username and password
i can do it with WinSCP and filezilla
why doesn't tc 11.51 work?
thanks
love Total Commander , best file manager ever made
- ghisler(Author)
- Site Admin
- Posts: 50703
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: how can i use tc with xiaomi shareme ?
Sorry, I'm not familiar with xiaomi shareme. What settings do you use in WinSCP and Filezilla? SFTP? FTPS?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: how can i use tc with xiaomi shareme ?
highisler(Author) wrote: 2025-05-21, 10:44 UTC Sorry, I'm not familiar with xiaomi shareme. What settings do you use in WinSCP and Filezilla? SFTP? FTPS?
ftp , these settings anonymus login , port and 192... . that's all
love Total Commander , best file manager ever made
- ghisler(Author)
- Site Admin
- Posts: 50703
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: how can i use tc with xiaomi shareme ?
Then it should also work with Total Commander FTP (Ctrl+F). Try enable logging via menu
Configuration - Options - FTP
and post the results here, or send them via e-mail.
Configuration - Options - FTP
and post the results here, or send them via e-mail.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: how can i use tc with xiaomi shareme ?
tc does ask me for an user & password always ,that's the problemghisler(Author) wrote: 2025-05-22, 07:15 UTC Then it should also work with Total Commander FTP (Ctrl+F). Try enable logging via menu
Configuration - Options - FTP
and post the results here, or send them via e-mail.
love Total Commander , best file manager ever made
Re: how can i use tc with xiaomi shareme ?
2giulia
just make a log as it was requested and the author will take a look into this problem.
just make a log as it was requested and the author will take a look into this problem.
#146217 personal license
Re: how can i use tc with xiaomi shareme ?
Connect to: (23/05/2025 16:02:31)
hostname=
username=
startdir=
220 SwiFTP 3.41.00 ready
USER
530 Invalid username
Retry: Wait 4 sec
QUIT
220 SwiFTP 3.41.00 ready
USER
530 Invalid username
QUIT
Retry: Wait 5 sec
220 SwiFTP 3.41.00 ready
hostname=
username=
startdir=
220 SwiFTP 3.41.00 ready
USER
530 Invalid username
Retry: Wait 4 sec
QUIT
220 SwiFTP 3.41.00 ready
USER
530 Invalid username
QUIT
Retry: Wait 5 sec
220 SwiFTP 3.41.00 ready
love Total Commander , best file manager ever made
Re: how can i use tc with xiaomi shareme ?
An empty username is invalid. Enable anonymous login in the connection settings and it should work, provided that the server allows that as you claimed above.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: how can i use tc with xiaomi shareme ?
hiDalai wrote: 2025-05-23, 14:17 UTC An empty username is invalid. Enable anonymous login in the connection settings and it should work, provided that the server allows that as you claimed above.
Enable anonymous login is enabled
i think i could be a bug , just because many free programs work , maybe tc could not handle or it's a bug
i would like to use tc , just because it's more powerful tool
thanks
love Total Commander , best file manager ever made
Re: how can i use tc with xiaomi shareme ?
2giulia
Did you enable the anonymous login on the client, i.e. the connection in TC? To do that click on the button "Anonymous login (e-mail address as password)". Once you do that TC will fill in "anonymous" as username.
Did you enable the anonymous login on the client, i.e. the connection in TC? To do that click on the button "Anonymous login (e-mail address as password)". Once you do that TC will fill in "anonymous" as username.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: how can i use tc with xiaomi shareme ?
hiDalai wrote: 2025-05-23, 20:07 UTC 2giulia
Did you enable the anonymous login on the client, i.e. the connection in TC? To do that click on the button "Anonymous login (e-mail address as password)". Once you do that TC will fill in "anonymous" as username.
yes i set the Anonymous login but tc does ask me a user and password
user name and password , in the log ->invalid user
in forum , sadly i can't upload a screenshot
love Total Commander , best file manager ever made
Re: how can i use tc with xiaomi shareme ?
Maybe it's easier when you post the connection's section in wcx_ftp.ini here. It looks like this if anonymous login is enabled
Code: Select all
[foobar]
host=ftps://someserver.tld
username=anonymous
anonymous=1
pasvmode=1
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: how can i use tc with xiaomi shareme ?
hiDalai wrote: 2025-05-24, 09:27 UTC Maybe it's easier when you post the connection's section in wcx_ftp.ini here. It looks like this if anonymous login is enabledCode: Select all
[foobar] host=ftps://someserver.tld username=anonymous anonymous=1 pasvmode=1
it' works now with these settings
Code: Select all
username=anonymous
anonymous=1
pasvmode=1
in the guide / help i find these
when i click on anonymous connection total command does ask me for a "your email address for password" !Anonymous login
Press this button to configure Total Commander to make an anonymous connection. This means that anonymous is sent to the server as the user name, and your e-mail address as the password. Total Commander will ask for your e-mail address each time you press this button.
User name: Here you can enter the user name (anonymous if you don't have an account on the server).


it's strange or?
thanks
love Total Commander , best file manager ever made
Re: how can i use tc with xiaomi shareme ?
That's not strange at all. Remember that FTP is decades old and it started before even the web (WWW) existed.
Even today some servers might require a password also for an anonymous login, and usually a mail address is used for this. Nobody says that you need to input your real mail address; I often use something like a@aol.com.
Even today some servers might require a password also for an anonymous login, and usually a mail address is used for this. Nobody says that you need to input your real mail address; I often use something like a@aol.com.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: how can i use tc with xiaomi shareme ?
hiDalai wrote: 2025-05-24, 13:29 UTC That's not strange at all. Remember that FTP is decades old and it started before even the web (WWW) existed.
Even today some servers might require a password also for an anonymous login, and usually a mail address is used for this. Nobody says that you need to input your real mail address; I often use something like a@aol.com.
with a face email address it doesn't work
only with these settings
Code: Select all
username=anonymous
anonymous=1
pasvmode=1
might you please check it and test without the settings liked above?
thanks
love Total Commander , best file manager ever made