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
Compare local and FTP directory
-
- New Member
- Posts: 1
- Joined: Wed Jun 12, 2013 3:04 am
Re: Compare local and FTP directory
psguru
PrestoSoft
PrestoSoft
Re: Compare local and FTP directory
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 ...)
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
I missed thatpsguru wrote:There was a missing colon after "ftp".


