Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
167 views
in Java FTP by (290 points)
If the path string I pass in contains multiple path components, like "incoming/tickets/ID123456/logs", and none of those path components exist on the server, will this method create all those paths for me, or do I need to loop through all the path components and call createDirectory() on each one?

1 Answer

0 votes
by (161k points)
 
Best answer
This is dependent on the server. Some servers will permit this, some will not.

Categories

...