0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
Re: hi can anybody help me in automating [URL="ftp://ftp. following"]ftp. following[/URL] is my program #!/bin/sh HOST="192.168.1.227" USERNAME="ganesh" PASS="ganesh123" ftp -n -v $HOST << EOF USER $USERNAME PASSWORD $PASS bin hash prompt get messages.properties bye EOF i have problem in login the FTP |
The End.