Page 1 of 1

Compare local and FTP directory

Posted: Wed Jun 12, 2013 3:09 am
by dave_gordon
I am presuming you can compare an entire directory but when I enter;

ftp//username@ezrvhire.com.au:password@ftp.ezrvhire.com.au/test

i get the error message;
File or directory
ftp//username@ezrvhire.com.au:password@ftp.ezrvhire.com.au/test
does not exists

Re: Compare local and FTP directory

Posted: Wed Jun 12, 2013 6:07 am
by psguru
Your URL is incorrect, it should be follow this pattern:

ftp://user:password@ftp.server.com

Re: Compare local and FTP directory

Posted: Wed Jun 12, 2013 7:54 am
by MudGuard
actually, it does follow that pattern, the username being
username@ezrvhire.com.au

But the ftp server might interprete the unmasked @ inside the username as the separator between login data and hostname.

It might be worth trying to replace the @ inside the username by %40, i.e.
ftp://username%40ezrvhire.com.au:passwo ... om.au/test

(no guarantee ...)

Re: Compare local and FTP directory

Posted: Wed Jun 12, 2013 8:06 am
by psguru
There was a missing colon after "ftp".

Re: Compare local and FTP directory

Posted: Wed Jun 12, 2013 9:57 am
by MudGuard
psguru wrote:There was a missing colon after "ftp".
I missed that ;-) ;-) ;-)