![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A comparison of the multi-user facilities in Unix and Microsoft Windows. | nadman123 | UNIX for Dummies Questions & Answers | 2 | 05-09-2008 04:31 AM |
| How to find windows user without any password | RPG | Windows & DOS: Issues & Discussions | 0 | 09-06-2007 02:35 AM |
| FTP - switching user syntax | daveaasmith | UNIX for Dummies Questions & Answers | 1 | 09-05-2007 09:03 AM |
| Help Me!!!! Im Just A Dumb Windows User | wbeard6142 | UNIX for Dummies Questions & Answers | 4 | 06-21-2005 10:46 PM |
| Windows user help...... | cia | UNIX for Dummies Questions & Answers | 1 | 10-11-2001 12:57 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
User ID syntax to FTP to Windows
Hello,
I have searched the forums and may not be putting in the right keywords, but hopefully someone will be kind enough to help... It's been awhile since I've ftp'd to a Windows server, but no matter how I try to connect, it will not let me, although I have no issues setting up a connection for the same ID in FTP-Pro and connecting. On the command line, I am trying the following: ftp fullyqualified.servername.com when it prompts me for the user name I have tried: ms/username username "ms/username" and every variable in between - single quotes, even back slashes or back quotes (which don't work either of course). It *does* accept the user, but when I put in the password, at that point it simply says login failed. I use this ID every day on other servers, so I know the password is correct, and the ID is set up on the UNIX servers, but I can tell through FTP-pro that it's a windows FTP server because the ID there is set up as "ms/username". I have also tried: ftp -niv fullyqualified.servername.com and it doesn't ask me right away for the user and password, but when I go to change directories, then it says "530 Please login with USER and PASS." How can I successfully log-in? When I have scripted connections like this elsewhere in the past, I always scripted it as: ftp -niv fullyqualified.servername.com ftp -nv ${FTPHOST} << ENDFTP >> ${TMPLOG} 2>&1 user ${FTPUSER} ${FTPPASS} get ${FILE} quit ENDFTP or ftp -niv fullyqualified.servername.com ftp -nv ${FTPHOST} << ENDFTP >> ${TMPLOG} 2>&1 quote user ${FTPUSER} quote pass ${FTPPASS} get ${FILE} quit ENDFTP None of this is working for me though, no matter what I try... Thank you in advance for any help you can offer! |
| Bookmarks |
| Tags |
| ftp user id syntax |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|