Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.4k views
in Java FTP by
Hi, my name is Israel Soto, and I've a problem about the get() method, with a variable called "dir" I set the local address for the download of files, the local path is "C:\ftp\saucillo", then I get this error:

Compiling 1 source file to C:\Jftp\ftp\build\classes
C:\Jftp\ftp\src\frmPpl.java:190: illegal escape character
dire="C:\tolls\saucillo";
1 error


then I replace "\" for "/", and the client don't find the address.
How can I spcify the local path in get() method? if it is not "/", what is it?

Thnaks for the help, my email is: israelss@gmail.com

1 Answer

0 votes
by (162k points)
dir = "C:\\tolls\\saucillo";

Categories

...