The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



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

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 02-20-2009
tekster757 tekster757 is offline
Registered User
  
 

Join Date: Apr 2007
Posts: 33
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
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 02:03 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0