I tried searching for a simple login data check for ftp connection in my bash script. I tried using wput and grep to get the output for a progress bar. Is there a way to check the login data first? I think wput doesn't support this...
Is there anybody who could help me with a good simple solution?
Thanks!
You can use wget to test the connection:
Or you can use ftp command:
Note: sending/piping 'exit' command to FTP to force it exit out of interactive mode.