Problem test setting FTP

Questions about Cobian Reflector
dmmario
Posts: 4
Joined: 22 Oct 2021, 16:02

Problem test setting FTP

Post 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.
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Problem test setting FTP

Post by cobian »

Different ways of obtaining the initial directory. Check what your initial directory really is. If possible, don't use a relative directory.
--
Luis Cobian
Cobian Backup's creator
dmmario
Posts: 4
Joined: 22 Oct 2021, 16:02

Re: Problem test setting FTP

Post 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
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Problem test setting FTP

Post 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/
--
Luis Cobian
Cobian Backup's creator
dmmario
Posts: 4
Joined: 22 Oct 2021, 16:02

Re: Problem test setting FTP

Post by dmmario »

is a nas. The path I use is from a personal folder that I created: /Italy/Commercial/practices
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Problem test setting FTP

Post by cobian »

What happens if you use the absolute directory /Italy/Commercial/practices as the initial directory?
--
Luis Cobian
Cobian Backup's creator
dmmario
Posts: 4
Joined: 22 Oct 2021, 16:02

Re: Problem test setting FTP

Post by dmmario »

I am attaching the screenshot
Attachments
Immagine.png
Immagine.png (15.08 KiB) Viewed 5597 times
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Problem test setting FTP

Post 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.
--
Luis Cobian
Cobian Backup's creator
tfyqa
Posts: 1
Joined: 28 Oct 2021, 03:31

Re: Problem test setting FTP

Post 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.
User avatar
cobian
Site Admin
Posts: 4492
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Problem test setting FTP

Post by cobian »

When downloading, no progress is shown.
--
Luis Cobian
Cobian Backup's creator
Post Reply