- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FPT error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:12 PM
02-08-2002 12:12 PM
I have created a ftp id for our client, they can get the file from my box but when they trying to put the file they get an error
ftp> put c:\sb1.bat
200 PORT command successful
550 This command
I ask them to use just put and filename but they are getting the same error. Can someone help me out in this.
Thanxs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:20 PM
02-08-2002 12:20 PM
Re: FPT error
Check the directory permissions and the file permissions and make sure the id has the appropriate access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:22 PM
02-08-2002 12:22 PM
Re: FPT error
don't use the c:\,
Just try,
ftp> put sb1.bat
you should be in the directory where sb1.bat file exist on the local system.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:26 PM
02-08-2002 12:26 PM
Re: FPT error
Do you have an 'etc/ftpd/ftpaccess' with overwrite controls or uploads? See 'man 4 ftpaccess' for more details. This would assume an 11.x server or a 10.x server on which 'wu-ftpd' had been loaded.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:57 PM
02-08-2002 12:57 PM
Re: FPT error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:59 PM
02-08-2002 12:59 PM
Re: FPT error
class all real,guest,anonymous *
limit all 25 Any /etc/msgs/msg.dead
readme README* login
readme README* cwd=*
message /welcome.msg login
message .message cwd=*
compress yes local remote
tar yes local remote
log commands real
log transfers anonymous,real inbound,outbound
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 01:05 PM
02-08-2002 01:05 PM
Re: FPT error
If so, what are its permissions? Does the id they are using have permission to write that file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 01:12 PM
02-08-2002 01:12 PM
Re: FPT error
If they are getting a 550 error, that is permissions. Either on the directory, the file itself. Check the permissions and the ownership. Also run fuser against the file to see if the process that has created it has let go, otherwise you cannot overwrite it.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 01:14 PM
02-08-2002 01:14 PM
Re: FPT error
No there's no file in that directory, the dir is own by ftpuser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 06:02 AM
02-11-2002 06:02 AM
Re: FPT error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 06:04 AM
02-11-2002 06:04 AM
Re: FPT error
you can try sun Bigadmin forum,
http://www.sun.com/bigadmin/;$sessionid$CLGALGW45WIGRAMTA1FU4GQ
Go to sun.com
and then system admin / big admin.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 07:23 AM
02-11-2002 07:23 AM
Re: FPT error
http://groups.google.com/groups?hl=en&group=comp.unix.solaris
good luck,
mark