Strongly urge you not to do this. Quoting my comment (in case it gets cleaned up):
Auth information in the URL was deprecated years ago and implementors in various realms (browsers, for instance) are actively removing it, as it's ridiculously insecure. Surely there's a way to connect to your FTP server and then supply the auth info (which is still ridiculously insecure -- this is FTP -- but may at least be supported).
But the user information in the authority section of a URL (which is deprecated) are percent-encoded, so:
ftp://xyz:abc%4027@www.sezin.com/home/pk09
%40
is the percent-encoding value for @
.