I don't think that this is possible but I thought asking won't hurt. Is it possible to list any ftp account that is currently being used? Thanks.
yeah so lets say there are 3 ftp accounts and one person is just uploading a file via ftp I want to get that 1 account that is being used.
there is software that will display this kind of information when users are logging in... but what's your purpose?
If the FTP server can keep a dynamic log, you can write PHP code to read that log to see who's logged in. It depends on the FTP server.