Guest User

Untitled

a guest
Jun 10th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if [ ! wget --ftp-user="$ftpUsername" --ftp-password="$ftpPassword" --preserve-permissions -r "ftp://$ftpServer" ]; then
  2. echo "ERROR: There was a problem with the supplied credentials, try again..."
  3. getFTPCredentials
  4. fi
Add Comment
Please, Sign In to add comment