Displaying 1 result from an estimated 1 matches for "loninwebp7".
2003 Sep 05
1
doing scp from java when file has spaces in it
...th 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\ .txt grt0002d at loninwebp7.uk.db.com:uploads 
scp  [...options]...