Page 1 of 2

Problem test setting FTP

Posted: 22 Oct 2021, 16:05
by dmmario
Hi, I imported the .lst file from the previous software, when I test the ftp settings I get the error below but with old software it works. What am I doing wrong ?

Thanks

Code: Select all

Test delle impostazioni ftp...

Licence expiry date: 31/12/9999
Set LocalDirectory to E:\Download
Licence expiry date: 31/12/9999
waitOnShutdownSSL=True
StrictReturnCodes=False
Setting socket timeout=20000
SecureSocket timeout=20000
SecureSocket timeout=20000
Command encoding=System.Text.SBCSCodePageEncoding
Setting socket buffer sizes=-1
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 10 allowed.
220-Local time is now 15:59. Server port: 21.
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 10 minutes of inactivity.
---> USER Amministratore
331 User Amministratore OK. Password required
---> PASS ********
230 OK. Current restricted directory is /
ChangeWorkingDirectory('.')
---> CWD .
553 User not allow
Expected reply codes = [200,250] (strict=False)
ChangeWorkingDirectory error: User not allow (code=553)
Purging task queue
Defaulting to Unix parsing
---> QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.
Shutdown(Both)
KeepAlive thread finished.

Re: Problem test setting FTP

Posted: 22 Oct 2021, 17:23
by cobian
Different ways of obtaining the initial directory. Check what your initial directory really is. If possible, don't use a relative directory.

Re: Problem test setting FTP

Posted: 26 Oct 2021, 14:28
by dmmario
it doesn't work, the folder path is correct and it's the same one I use with cobian backup with it works

Re: Problem test setting FTP

Posted: 26 Oct 2021, 14:35
by cobian
What kind of server are you using? Some server report the user's home directory as / when in reality is, for example /home/users/username/

Re: Problem test setting FTP

Posted: 26 Oct 2021, 14:53
by dmmario
is a nas. The path I use is from a personal folder that I created: /Italy/Commercial/practices

Re: Problem test setting FTP

Posted: 26 Oct 2021, 15:08
by cobian
What happens if you use the absolute directory /Italy/Commercial/practices as the initial directory?

Re: Problem test setting FTP

Posted: 26 Oct 2021, 15:15
by dmmario
I am attaching the screenshot

Re: Problem test setting FTP

Posted: 26 Oct 2021, 15:33
by cobian
I understand. I think I will make some changes so the program never tries to list the root directory if a full directory is present.

Re: Problem test setting FTP

Posted: 28 Oct 2021, 03:39
by tfyqa
cobian wrote: 26 Oct 2021, 15:33 I understand. I think I will make some changes so the program never tries to list the root directory if a full directory is present.
I'm having a similar issue where:

Root directory is called "/"
I want to start backup (SSH) from "/cab/html/"

When I input this address, the final "/" is removed so Reflector is looking for "/cab/html" and says "cannot find file: html".

Also I like using the per file logging but potentially adding an option to only show file names or x many levels of containing folders as most of the screen is occupied by path making it difficult to read. To be able to set it to show 1-2 containing folders ".../log/daynumber/log123.log" or just ".../log123.log" would be helpful.

Also I'm not sure how the job completion % is calculated but neither bar seems to update in any useful manner...
Left % almost always shows 100%, right % shows 0% even when job is about to finish.

Re: Problem test setting FTP

Posted: 28 Oct 2021, 10:33
by cobian
When downloading, no progress is shown.