Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
6 replies
Subscribers
7 subscribers
Views
2474 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Anyone know if it's possible (i.e. existing plugins, or if a plugin can be c
peterk
over 10 years ago
Anyone know if it's possible (i.e. existing plugins, or if a plugin can be created) to upload files to a local or network drive directly w/o having to FTP from within a process? The only plugins I see use FTP/SFTP/SCP protocols. Thanks!...
OriginalPostID-117750
OriginalPostID-117750
Discussion posts and replies are publicly visible
Parents
0
elizabeth.epstein
over 10 years ago
Per this post, someone was able to use the plugin with a Windows Fileshare directory.
forum.appian.com/.../b-19595
Bishnu is correct that the input is a string type. Keep in mind Java treats string backslashes differently, so if it's a Windows filesystem you could try replacing them with forward slashes, or try replacing each backslash with a double-backslash.
docs.oracle.com/.../File.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
elizabeth.epstein
over 10 years ago
Per this post, someone was able to use the plugin with a Windows Fileshare directory.
forum.appian.com/.../b-19595
Bishnu is correct that the input is a string type. Keep in mind Java treats string backslashes differently, so if it's a Windows filesystem you could try replacing them with forward slashes, or try replacing each backslash with a double-backslash.
docs.oracle.com/.../File.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data