Displaying 1 result from an estimated 1 matches for "tmp_daemon".
Did you mean:
  am_daemon
  
2003 Sep 05
1
doing scp from java when file has spaces in it
...a application running in Tomcat.
When I try to upload a file with no spaces in it, it works. But if spaces
are present (file name is : "Lots of spaces text .txt") it is not working.
Some of the things I tried are mentioned below and they failed. 
scp  [...options]  '/vhosts/dw02411/tmp_daemon/1020046111/Lots of spaces
text .txt' grt0002d at loninwebp7.uk.db.com:uploads 
scp  [...options]  /vhosts/dw02411/tmp_daemon/1020046111/Lots\\ of\\
spaces\\ text\\ .txt grt0002d at loninwebp7.uk.db.com:uploads 
scp  [...options]  /vhosts/dw02411/tmp_daemon/1020046111/Lots\ of\ spaces\
text\ ....