- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP is not transfering the file with file name %
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
10-09-2007 01:34 AM
10-09-2007 01:34 AM
FTP is not transfering the file with file name %
Can you please help me out in below mention error.as i am not able to transfer the file with % sign
File with normal file name is transfering
ftp> put CON025STATEVT-%07-%29-%9
200 PORT command successful.
553 CON025STATEVT-%07-%29-%9: Permission denied. (Filename (accept))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 01:54 AM
10-09-2007 01:54 AM
Re: FTP is not transfering the file with file name %
Try putting the name in double quotes.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 04:02 AM
10-09-2007 04:02 AM
Re: FTP is not transfering the file with file name %
Are you going to a windoze box by any chance?
Regards,
-dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 04:14 AM
10-09-2007 04:14 AM
Re: FTP is not transfering the file with file name %
The reported error is "Permission denied". This suggests that you do not have write permission to the directory in which you are trying to place the file.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 07:05 PM
10-09-2007 07:05 PM
Re: FTP is not transfering the file with file name %
what kind of system is it, you want to ftp the files to?
May be this system does not accept a %sign as a filename character?
Try to put it under a different filename:
put CON025STATEVT-%07-%29-%9 xyz
Look for messages of this command: if it's again 'permission denied' it is really the classic reason.
mfG Peter
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 08:52 PM
10-09-2007 08:52 PM
Re: FTP is not transfering the file with file name %
I tried on HpUX1i and it ran successfully. As alerady suggest can be a permission problem on remote host.
HTH,
Art