General discussion related to "Everything".
-
ea4fc57b16b91cf2
- Posts: 2
- Joined: Thu Aug 26, 2021 7:57 am
Post
by ea4fc57b16b91cf2 »
V1.4.1.1022 (x64)
https://learn.microsoft.com/en-us/windo ... mmands/ftp
> ftp
ftp> open localhost 21
220 Welcome to Everything ETP/FTP
230 Logged on.
ftp> help pwd
pwd Print working directory on remote machine
ftp> pwd
500 Syntax error, command unrecognized.
Last edited by ea4fc57b16b91cf2 on Mon Mar 18, 2024 5:38 am, edited 2 times in total.
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
cmd ftp is using xpwd instead of pwd
I will add an xpwd alias for pwd..
For now, please use:
quote pwd
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Post
by void »
Everything-ETP-Server-1.0.1.2:
- fixed an issue with EPRT using the wrong port.
- added XPWD alias for PWD.